Html Css Color HEX #763EBC Purple Heart

📋 copy color: '#763EBC'

red 118 ◦ green 62 ◦ blue 188

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

Shades of Purple Heart #763EBC

Tints of Purple Heart #763EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.85%

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

R = 32.07%
G = 16.85%
B = 51.09%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#763EBC (or 0x763EBC) is known color: Purple Heart. HEX triplet: 76, 3E and BC. RGB value is (118,62,188). Sum of RGB (Red+Green+Blue) = 118+62+188=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #763EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EBC is #89C143. Grayscale: #5C5C5C. Windows color (decimal): -9027908 or 12336758. OLE color: 12336758.

HSL color Cylindrical-coordinate representation of color #763EBC: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763EBC is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 62 188 -
CMYK 0.37 0.67 0 0.26
HSL 266.67º 0.5% 0.49% -
HSV(B) 266.67º 0.67% 0.74% -
XYZ 18.27 10.93 48.72 -
YUV 93.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 118 62 188 0.37 0.67 0 0.26 266.67 0.5 0.49
Hex 76 3E BC 25 43 0 1A 10B 32 31
Octal 166 76 274 45 103 0 32 413 62 61
Binary 1110110 111110 10111100 100101 1000011 0 11010 100001011 110010 110001

Color Harmonies of #763EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EBC

Black with #763EBC

Text Example


Text Example

White with #763EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763EBC; }

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

 H1.HeaderClassName
 {
   color: #763EBC;
 }
 .AnyTagClassName
 {
   color: #763EBC;
 }
</style>

background-color css

<style>
 a { background-color: #763EBC; }

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

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

border-color css

<style>
 span { border-color: #763EBC; }

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

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