Html Css Color HEX #762BBC Purple Heart

📋 copy color: '#762BBC'

red 118 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #762BBC

Tints of Purple Heart #762BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 33.81%
G = 12.32%
B = 53.87%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#762BBC (or 0x762BBC) is known color: Purple Heart. HEX triplet: 76, 2B and BC. RGB value is (118,43,188). Sum of RGB (Red+Green+Blue) = 118+43+188=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #762BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762BBC is #89D443. Grayscale: #515151. Windows color (decimal): -9032772 or 12331894. OLE color: 12331894.

HSL color Cylindrical-coordinate representation of color #762BBC: hue angle of 271.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #762BBC is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 43 188 -
CMYK 0.37 0.77 0 0.26
HSL 271.03º 0.63% 0.45% -
HSV(B) 271.03º 0.77% 0.74% -
XYZ 17.41 9.21 48.44 -
YUV 81.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 118 43 188 0.37 0.77 0 0.26 271.03 0.63 0.45
Hex 76 2B BC 25 4D 0 1A 10F 3F 2D
Octal 166 53 274 45 115 0 32 417 77 55
Binary 1110110 101011 10111100 100101 1001101 0 11010 100001111 111111 101101

Color Harmonies of #762BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BBC

Black with #762BBC

Text Example


Text Example

White with #762BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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