Html Css Color HEX #690CAB Purple Heart

📋 copy color: '#690CAB'

red 105 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #690CAB

Tints of Purple Heart #690CAB

RGB

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

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

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

R = 36.46%
G = 4.17%
B = 59.38%

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

#690CAB (or 0x690CAB) is known color: Purple Heart. HEX triplet: 69, 0C and AB. RGB value is (105,12,171). Sum of RGB (Red+Green+Blue) = 105+12+171=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #690CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690CAB is #96F354. Grayscale: #393939. Windows color (decimal): -9892693 or 11209833. OLE color: 11209833.

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

Color convert

RGB 105 12 171 -
CMYK 0.39 0.93 0 0.33
HSL 275.09º 0.87% 0.36% -
HSV(B) 275.09º 0.93% 0.67% -
XYZ 13.31 6.21 39.02 -
YUV 57.93 191.81 161.57 -
System Red Green Blue C M Y K H S L
Decimal 105 12 171 0.39 0.93 0 0.33 275.09 0.87 0.36
Hex 69 C AB 27 5D 0 21 113 57 24
Octal 151 14 253 47 135 0 41 423 127 44
Binary 1101001 1100 10101011 100111 1011101 0 100001 100010011 1010111 100100

Color Harmonies of #690CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690CAB

Black with #690CAB

Text Example


Text Example

White with #690CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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