Html Css Color HEX #690FAB Purple Heart

📋 copy color: '#690FAB'

red 105 ◦ green 15 ◦ blue 171

#690FAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #690FAB

Tints of Purple Heart #690FAB

RGB

 RED value IS 105 (41.41% from 255) = 36.08%

 GREEN value IS 15 (6.25% from 255) = 5.15%

 BLUE value IS 171 (67.19% from 255) = 58.76%

R = 36.08%
G = 5.15%
B = 58.76%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#690FAB (or 0x690FAB) is known color: Purple Heart. HEX triplet: 69, 0F and AB. RGB value is (105,15,171). Sum of RGB (Red+Green+Blue) = 105+15+171=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #690FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690FAB is #96F054. Grayscale: #3B3B3B. Windows color (decimal): -9891925 or 11210601. OLE color: 11210601.

HSL color Cylindrical-coordinate representation of color #690FAB: hue angle of 274.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690FAB is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 15 171 -
CMYK 0.39 0.91 0 0.33
HSL 274.62º 0.84% 0.36% -
HSV(B) 274.62º 0.91% 0.67% -
XYZ 13.35 6.29 39.04 -
YUV 59.69 190.82 160.32 -
System Red Green Blue C M Y K H S L
Decimal 105 15 171 0.39 0.91 0 0.33 274.62 0.84 0.36
Hex 69 F AB 27 5B 0 21 113 54 24
Octal 151 17 253 47 133 0 41 423 124 44
Binary 1101001 1111 10101011 100111 1011011 0 100001 100010011 1010100 100100

Color Harmonies of #690FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690FAB

Black with #690FAB

Text Example


Text Example

White with #690FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690FAB; }

 p { color: rgb(105,15,171); }

 H1.HeaderClassName
 {
   color: #690FAB;
 }
 .AnyTagClassName
 {
   color: #690FAB;
 }
</style>

background-color css

<style>
 a { background-color: #690FAB; }

 a { background-color: rgb(105,15,171); }

 div.DivClassName
 {
   background-color: #690FAB;
 }
 .BgClassName
 {
   background-color: #690FAB;
 }
</style>

border-color css

<style>
 span { border-color: #690FAB; }

 span { border-color: rgb(105,15,171); }

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