Html Css Color HEX #762FCE Purple Heart

📋 copy color: '#762FCE'

red 118 ◦ green 47 ◦ blue 206

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

Shades of Purple Heart #762FCE

Tints of Purple Heart #762FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

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

R = 31.81%
G = 12.67%
B = 55.53%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#762FCE (or 0x762FCE) is known color: Purple Heart. HEX triplet: 76, 2F and CE. RGB value is (118,47,206). Sum of RGB (Red+Green+Blue) = 118+47+206=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #762FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FCE is #89D031. Grayscale: #555555. Windows color (decimal): -9031730 or 13512566. OLE color: 13512566.

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

Color convert

RGB 118 47 206 -
CMYK 0.43 0.77 0 0.19
HSL 266.79º 0.63% 0.5% -
HSV(B) 266.79º 0.77% 0.81% -
XYZ 19.63 10.34 59.35 -
YUV 86.36 195.52 150.57 -
System Red Green Blue C M Y K H S L
Decimal 118 47 206 0.43 0.77 0 0.19 266.79 0.63 0.5
Hex 76 2F CE 2B 4D 0 13 10B 3F 32
Octal 166 57 316 53 115 0 23 413 77 62
Binary 1110110 101111 11001110 101011 1001101 0 10011 100001011 111111 110010

Color Harmonies of #762FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762FCE

Black with #762FCE

Text Example


Text Example

White with #762FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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