Html Css Color HEX #690AAC Purple Heart

📋 copy color: '#690AAC'

red 105 ◦ green 10 ◦ blue 172

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

Shades of Purple Heart #690AAC

Tints of Purple Heart #690AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.93%

R = 36.59%
G = 3.48%
B = 59.93%

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

#690AAC (or 0x690AAC) is known color: Purple Heart. HEX triplet: 69, 0A and AC. RGB value is (105,10,172). Sum of RGB (Red+Green+Blue) = 105+10+172=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #690AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690AAC is #96F553. Grayscale: #383838. Windows color (decimal): -9893204 or 11274857. OLE color: 11274857.

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

Color convert

RGB 105 10 172 -
CMYK 0.39 0.94 0 0.33
HSL 275.19º 0.89% 0.36% -
HSV(B) 275.19º 0.94% 0.67% -
XYZ 13.38 6.2 39.52 -
YUV 56.87 192.97 162.33 -
System Red Green Blue C M Y K H S L
Decimal 105 10 172 0.39 0.94 0 0.33 275.19 0.89 0.36
Hex 69 A AC 27 5E 0 21 113 59 24
Octal 151 12 254 47 136 0 41 423 131 44
Binary 1101001 1010 10101100 100111 1011110 0 100001 100010011 1011001 100100

Color Harmonies of #690AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690AAC

Black with #690AAC

Text Example


Text Example

White with #690AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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