Html Css Color HEX #763FBC Purple Heart

📋 copy color: '#763FBC'

red 118 ◦ green 63 ◦ blue 188

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

Shades of Purple Heart #763FBC

Tints of Purple Heart #763FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.07%

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

R = 31.98%
G = 17.07%
B = 50.95%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#763FBC (or 0x763FBC) is known color: Purple Heart. HEX triplet: 76, 3F and BC. RGB value is (118,63,188). Sum of RGB (Red+Green+Blue) = 118+63+188=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #763FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FBC is #89C043. Grayscale: #5D5D5D. Windows color (decimal): -9027652 or 12337014. OLE color: 12337014.

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

Color convert

RGB 118 63 188 -
CMYK 0.37 0.66 0 0.26
HSL 266.4º 0.5% 0.49% -
HSV(B) 266.4º 0.66% 0.74% -
XYZ 18.33 11.04 48.74 -
YUV 93.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 118 63 188 0.37 0.66 0 0.26 266.4 0.5 0.49
Hex 76 3F BC 25 42 0 1A 10A 32 31
Octal 166 77 274 45 102 0 32 412 62 61
Binary 1110110 111111 10111100 100101 1000010 0 11010 100001010 110010 110001

Color Harmonies of #763FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763FBC

Black with #763FBC

Text Example


Text Example

White with #763FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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