Html Css Color HEX #762BCB Purple Heart

📋 copy color: '#762BCB'

red 118 ◦ green 43 ◦ blue 203

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

Shades of Purple Heart #762BCB

Tints of Purple Heart #762BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.81%

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 32.42%
G = 11.81%
B = 55.77%

CMYK

 C value IS 0.42

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#762BCB (or 0x762BCB) is known color: Purple Heart. HEX triplet: 76, 2B and CB. RGB value is (118,43,203). Sum of RGB (Red+Green+Blue) = 118+43+203=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #762BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BCB is #89D434. Grayscale: #535353. Windows color (decimal): -9032757 or 13314934. OLE color: 13314934.

HSL color Cylindrical-coordinate representation of color #762BCB: hue angle of 268.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762BCB is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 43 203 -
CMYK 0.42 0.79 0 0.20
HSL 268.13º 0.65% 0.48% -
HSV(B) 268.13º 0.79% 0.8% -
XYZ 19.11 9.89 57.4 -
YUV 83.67 195.35 152.49 -
System Red Green Blue C M Y K H S L
Decimal 118 43 203 0.42 0.79 0 0.20 268.13 0.65 0.48
Hex 76 2B CB 2A 4F 0 14 10C 41 30
Octal 166 53 313 52 117 0 24 414 101 60
Binary 1110110 101011 11001011 101010 1001111 0 10100 100001100 1000001 110000

Color Harmonies of #762BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BCB

Black with #762BCB

Text Example


Text Example

White with #762BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,43,203); }

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

background-color css

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

 a { background-color: rgb(118,43,203); }

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

border-color css

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

 span { border-color: rgb(118,43,203); }

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