#692FBF

Color #692FBF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #692FBF

Tints of Purple Heart #692FBF

Color information

#692FBF (or 0x692FBF) is unknown color: approx Purple Heart. HEX triplet: 69, 2F and BF. RGB value is (105,47,191). Sum of RGB (Red+Green+Blue) = 105+47+191=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #692FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692FBF is #96D040. Grayscale: #505050. Windows color (decimal): -9883713 or 12529513. OLE color: 12529513.

HSL color Cylindrical-coordinate representation of color #692FBF: hue angle of 264.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #692FBF is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10547191-
CMYK0.450.7500.25
HSL264.17º60.5%46.67%-
HSV(B)264.17º75.39%74.9%-
XYZ16.258.850.13-
YUV80.76190.22145.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 47 (18.75% from 255) = 13.70%
BLUE value IS 191 (75% from 255) = 55.69%
R=30.61%
G=13.70%
B=55.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105471910.450.7500.25264.1760.546.67
Hex692FBF2D4B0191083d2f
Octal15157277551130314107557
Binary1101001101111101111111011011001011011001100001000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692FBF; }

 p { color: rgb(105,47,191); }

 H1.HeaderClassName
 {
   color: #692FBF;
 }
 .AnyTagClassName
 {
   color: #692FBF;
 }
</style>
background-color css

<style>
 a { background-color: #692FBF; }

 a { background-color: rgb(105,47,191); }

 div.DivClassName
 {
   background-color: #692FBF;
 }
 .BgClassName
 {
   background-color: #692FBF;
 }
</style>
border-color css

<style>
 span { border-color: #692FBF; }

 span { border-color: rgb(105,47,191); }

 td.TdClassName
 {
   border-color: #692FBF;
 }
 .TagClassName
 {
   border-color: #692FBF;
 }
</style>