Html Css Color HEX #690BAB Purple Heart

📋 copy color: '#690BAB'

red 105 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #690BAB

Tints of Purple Heart #690BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.83%

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

R = 36.59%
G = 3.83%
B = 59.58%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#690BAB (or 0x690BAB) is known color: Purple Heart. HEX triplet: 69, 0B and AB. RGB value is (105,11,171). Sum of RGB (Red+Green+Blue) = 105+11+171=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #690BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690BAB is #96F454. Grayscale: #383838. Windows color (decimal): -9892949 or 11209577. OLE color: 11209577.

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

Color convert

RGB 105 11 171 -
CMYK 0.39 0.94 0 0.33
HSL 275.25º 0.88% 0.36% -
HSV(B) 275.25º 0.94% 0.67% -
XYZ 13.3 6.18 39.02 -
YUV 57.35 192.14 161.99 -
System Red Green Blue C M Y K H S L
Decimal 105 11 171 0.39 0.94 0 0.33 275.25 0.88 0.36
Hex 69 B AB 27 5E 0 21 113 58 24
Octal 151 13 253 47 136 0 41 423 130 44
Binary 1101001 1011 10101011 100111 1011110 0 100001 100010011 1011000 100100

Color Harmonies of #690BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690BAB

Black with #690BAB

Text Example


Text Example

White with #690BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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