Html Css Color HEX #690AAA Purple Heart

📋 copy color: '#690AAA'

red 105 ◦ green 10 ◦ blue 170

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

Shades of Purple Heart #690AAA

Tints of Purple Heart #690AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 36.84%
G = 3.51%
B = 59.65%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#690AAA (or 0x690AAA) is known color: Purple Heart. HEX triplet: 69, 0A and AA. RGB value is (105,10,170). Sum of RGB (Red+Green+Blue) = 105+10+170=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #690AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690AAA is #96F555. Grayscale: #383838. Windows color (decimal): -9893206 or 11143785. OLE color: 11143785.

HSL color Cylindrical-coordinate representation of color #690AAA: hue angle of 275.62º 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 #690AAA is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 10 170 -
CMYK 0.38 0.94 0 0.33
HSL 275.63º 0.89% 0.35% -
HSV(B) 275.63º 0.94% 0.67% -
XYZ 13.19 6.12 38.52 -
YUV 56.65 191.97 162.49 -
System Red Green Blue C M Y K H S L
Decimal 105 10 170 0.38 0.94 0 0.33 275.63 0.89 0.35
Hex 69 A AA 26 5E 0 21 114 59 23
Octal 151 12 252 46 136 0 41 424 131 43
Binary 1101001 1010 10101010 100110 1011110 0 100001 100010100 1011001 100011

Color Harmonies of #690AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690AAA

Black with #690AAA

Text Example


Text Example

White with #690AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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