Html Css Color HEX #762CBE Purple Heart

📋 copy color: '#762CBE'

red 118 ◦ green 44 ◦ blue 190

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

Shades of Purple Heart #762CBE

Tints of Purple Heart #762CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.5%

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 33.52%
G = 12.5%
B = 53.98%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#762CBE (or 0x762CBE) is known color: Purple Heart. HEX triplet: 76, 2C and BE. RGB value is (118,44,190). Sum of RGB (Red+Green+Blue) = 118+44+190=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #762CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CBE is #89D341. Grayscale: #525252. Windows color (decimal): -9032514 or 12463222. OLE color: 12463222.

HSL color Cylindrical-coordinate representation of color #762CBE: hue angle of 270.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762CBE is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 44 190 -
CMYK 0.38 0.77 0 0.25
HSL 270.41º 0.62% 0.46% -
HSV(B) 270.41º 0.77% 0.75% -
XYZ 17.67 9.37 49.59 -
YUV 82.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 118 44 190 0.38 0.77 0 0.25 270.41 0.62 0.46
Hex 76 2C BE 26 4D 0 19 10E 3E 2E
Octal 166 54 276 46 115 0 31 416 76 56
Binary 1110110 101100 10111110 100110 1001101 0 11001 100001110 111110 101110

Color Harmonies of #762CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CBE

Black with #762CBE

Text Example


Text Example

White with #762CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,44,190); }

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

background-color css

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

 a { background-color: rgb(118,44,190); }

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

border-color css

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

 span { border-color: rgb(118,44,190); }

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