Html Css Color HEX #690AAB Purple Heart

📋 copy color: '#690AAB'

red 105 ◦ green 10 ◦ blue 171

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

Shades of Purple Heart #690AAB

Tints of Purple Heart #690AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

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

R = 36.71%
G = 3.5%
B = 59.79%

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

#690AAB (or 0x690AAB) is known color: Purple Heart. HEX triplet: 69, 0A and AB. RGB value is (105,10,171). Sum of RGB (Red+Green+Blue) = 105+10+171=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #690AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690AAB is #96F554. Grayscale: #383838. Windows color (decimal): -9893205 or 11209321. OLE color: 11209321.

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

Color convert

RGB 105 10 171 -
CMYK 0.39 0.94 0 0.33
HSL 275.4º 0.89% 0.35% -
HSV(B) 275.4º 0.94% 0.67% -
XYZ 13.28 6.16 39.02 -
YUV 56.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 105 10 171 0.39 0.94 0 0.33 275.4 0.89 0.35
Hex 69 A AB 27 5E 0 21 113 59 23
Octal 151 12 253 47 136 0 41 423 131 43
Binary 1101001 1010 10101011 100111 1011110 0 100001 100010011 1011001 100011

Color Harmonies of #690AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690AAB

Black with #690AAB

Text Example


Text Example

White with #690AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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