Html Css Color HEX #762DCE Purple Heart

📋 copy color: '#762DCE'

red 118 ◦ green 45 ◦ blue 206

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

Shades of Purple Heart #762DCE

Tints of Purple Heart #762DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.2%

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

R = 31.98%
G = 12.2%
B = 55.83%

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

#762DCE (or 0x762DCE) is known color: Purple Heart. HEX triplet: 76, 2D and CE. RGB value is (118,45,206). Sum of RGB (Red+Green+Blue) = 118+45+206=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #762DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DCE is #89D231. Grayscale: #545454. Windows color (decimal): -9032242 or 13512054. OLE color: 13512054.

HSL color Cylindrical-coordinate representation of color #762DCE: hue angle of 267.2º degrees, saturation: 0.64, 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 #762DCE is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 45 206 -
CMYK 0.43 0.78 0 0.19
HSL 267.21º 0.64% 0.49% -
HSV(B) 267.21º 0.78% 0.81% -
XYZ 19.55 10.18 59.33 -
YUV 85.18 196.18 151.41 -
System Red Green Blue C M Y K H S L
Decimal 118 45 206 0.43 0.78 0 0.19 267.21 0.64 0.49
Hex 76 2D CE 2B 4E 0 13 10B 40 31
Octal 166 55 316 53 116 0 23 413 100 61
Binary 1110110 101101 11001110 101011 1001110 0 10011 100001011 1000000 110001

Color Harmonies of #762DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DCE

Black with #762DCE

Text Example


Text Example

White with #762DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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