Html Css Color HEX #690EAB Purple Heart

📋 copy color: '#690EAB'

red 105 ◦ green 14 ◦ blue 171

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

Shades of Purple Heart #690EAB

Tints of Purple Heart #690EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.83%

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

R = 36.21%
G = 4.83%
B = 58.97%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#690EAB (or 0x690EAB) is known color: Purple Heart. HEX triplet: 69, 0E and AB. RGB value is (105,14,171). Sum of RGB (Red+Green+Blue) = 105+14+171=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #690EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690EAB is #96F154. Grayscale: #3A3A3A. Windows color (decimal): -9892181 or 11210345. OLE color: 11210345.

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

Color convert

RGB 105 14 171 -
CMYK 0.39 0.92 0 0.33
HSL 274.78º 0.85% 0.36% -
HSV(B) 274.78º 0.92% 0.67% -
XYZ 13.33 6.26 39.03 -
YUV 59.11 191.15 160.73 -
System Red Green Blue C M Y K H S L
Decimal 105 14 171 0.39 0.92 0 0.33 274.78 0.85 0.36
Hex 69 E AB 27 5C 0 21 113 55 24
Octal 151 16 253 47 134 0 41 423 125 44
Binary 1101001 1110 10101011 100111 1011100 0 100001 100010011 1010101 100100

Color Harmonies of #690EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690EAB

Black with #690EAB

Text Example


Text Example

White with #690EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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