Html Css Color HEX #690ECE Purple Heart

📋 copy color: '#690ECE'

red 105 ◦ green 14 ◦ blue 206

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

Shades of Purple Heart #690ECE

Tints of Purple Heart #690ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.38%

R = 32.31%
G = 4.31%
B = 63.38%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#690ECE (or 0x690ECE) is known color: Purple Heart. HEX triplet: 69, 0E and CE. RGB value is (105,14,206). Sum of RGB (Red+Green+Blue) = 105+14+206=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #690ECE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690ECE is #96F131. Grayscale: #3E3E3E. Windows color (decimal): -9892146 or 13504105. OLE color: 13504105.

HSL color Cylindrical-coordinate representation of color #690ECE: hue angle of 268.44º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690ECE is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 14 206 -
CMYK 0.49 0.93 0 0.19
HSL 268.44º 0.87% 0.43% -
HSV(B) 268.44º 0.93% 0.81% -
XYZ 17.12 7.77 58.99 -
YUV 63.1 208.65 157.89 -
System Red Green Blue C M Y K H S L
Decimal 105 14 206 0.49 0.93 0 0.19 268.44 0.87 0.43
Hex 69 E CE 31 5D 0 13 10C 57 2B
Octal 151 16 316 61 135 0 23 414 127 53
Binary 1101001 1110 11001110 110001 1011101 0 10011 100001100 1010111 101011

Color Harmonies of #690ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690ECE

Black with #690ECE

Text Example


Text Example

White with #690ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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