Html Css Color HEX #690EA4 Purple Heart

📋 copy color: '#690EA4'

red 105 ◦ green 14 ◦ blue 164

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

Shades of Purple Heart #690EA4

Tints of Purple Heart #690EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 57.95%

R = 37.1%
G = 4.95%
B = 57.95%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#690EA4 (or 0x690EA4) is known color: Purple Heart. HEX triplet: 69, 0E and A4. RGB value is (105,14,164). Sum of RGB (Red+Green+Blue) = 105+14+164=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #690EA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690EA4 is #96F15B. Grayscale: #393939. Windows color (decimal): -9892188 or 10751593. OLE color: 10751593.

HSL color Cylindrical-coordinate representation of color #690EA4: hue angle of 276.4º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690EA4 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 14 164 -
CMYK 0.36 0.91 0 0.36
HSL 276.4º 0.84% 0.35% -
HSV(B) 276.4º 0.91% 0.64% -
XYZ 12.68 6 35.61 -
YUV 58.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 105 14 164 0.36 0.91 0 0.36 276.4 0.84 0.35
Hex 69 E A4 24 5B 0 24 114 54 23
Octal 151 16 244 44 133 0 44 424 124 43
Binary 1101001 1110 10100100 100100 1011011 0 100100 100010100 1010100 100011

Color Harmonies of #690EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690EA4

Black with #690EA4

Text Example


Text Example

White with #690EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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