Html Css Color HEX #690CAC Purple Heart

📋 copy color: '#690CAC'

red 105 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #690CAC

Tints of Purple Heart #690CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.15%

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

R = 36.33%
G = 4.15%
B = 59.52%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#690CAC (or 0x690CAC) is known color: Purple Heart. HEX triplet: 69, 0C and AC. RGB value is (105,12,172). Sum of RGB (Red+Green+Blue) = 105+12+172=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #690CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690CAC is #96F353. Grayscale: #393939. Windows color (decimal): -9892692 or 11275369. OLE color: 11275369.

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

Color convert

RGB 105 12 172 -
CMYK 0.39 0.93 0 0.33
HSL 274.88º 0.87% 0.36% -
HSV(B) 274.88º 0.93% 0.67% -
XYZ 13.4 6.24 39.53 -
YUV 58.05 192.31 161.49 -
System Red Green Blue C M Y K H S L
Decimal 105 12 172 0.39 0.93 0 0.33 274.88 0.87 0.36
Hex 69 C AC 27 5D 0 21 113 57 24
Octal 151 14 254 47 135 0 41 423 127 44
Binary 1101001 1100 10101100 100111 1011101 0 100001 100010011 1010111 100100

Color Harmonies of #690CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690CAC

Black with #690CAC

Text Example


Text Example

White with #690CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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