Html Css Color HEX #762ECE Purple Heart

📋 copy color: '#762ECE'

red 118 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #762ECE

Tints of Purple Heart #762ECE

RGB

 RED value IS 118 (46.48% from 255) = 31.89%

 GREEN value IS 46 (18.36% from 255) = 12.43%

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

R = 31.89%
G = 12.43%
B = 55.68%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#762ECE (or 0x762ECE) is known color: Purple Heart. HEX triplet: 76, 2E and CE. RGB value is (118,46,206). Sum of RGB (Red+Green+Blue) = 118+46+206=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #762ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ECE is #89D131. Grayscale: #555555. Windows color (decimal): -9031986 or 13512310. OLE color: 13512310.

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

Color convert

RGB 118 46 206 -
CMYK 0.43 0.78 0 0.19
HSL 267º 0.63% 0.49% -
HSV(B) 267º 0.78% 0.81% -
XYZ 19.59 10.26 59.34 -
YUV 85.77 195.85 150.99 -
System Red Green Blue C M Y K H S L
Decimal 118 46 206 0.43 0.78 0 0.19 267 0.63 0.49
Hex 76 2E CE 2B 4E 0 13 10B 3F 31
Octal 166 56 316 53 116 0 23 413 77 61
Binary 1110110 101110 11001110 101011 1001110 0 10011 100001011 111111 110001

Color Harmonies of #762ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762ECE

Black with #762ECE

Text Example


Text Example

White with #762ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,46,206); }

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

background-color css

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

 a { background-color: rgb(118,46,206); }

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

border-color css

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

 span { border-color: rgb(118,46,206); }

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