Html Css Color HEX #763FCC Purple Heart

📋 copy color: '#763FCC'

red 118 ◦ green 63 ◦ blue 204

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

Shades of Purple Heart #763FCC

Tints of Purple Heart #763FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 30.65%
G = 16.36%
B = 52.99%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#763FCC (or 0x763FCC) is known color: Purple Heart. HEX triplet: 76, 3F and CC. RGB value is (118,63,204). Sum of RGB (Red+Green+Blue) = 118+63+204=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #763FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FCC is #89C033. Grayscale: #5F5F5F. Windows color (decimal): -9027636 or 13385590. OLE color: 13385590.

HSL color Cylindrical-coordinate representation of color #763FCC: hue angle of 263.4º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #763FCC is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 63 204 -
CMYK 0.42 0.69 0 0.2
HSL 263.4º 0.58% 0.52% -
HSV(B) 263.4º 0.69% 0.8% -
XYZ 20.15 11.77 58.34 -
YUV 95.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 118 63 204 0.42 0.69 0 0.2 263.4 0.58 0.52
Hex 76 3F CC 2A 45 0 14 107 3A 34
Octal 166 77 314 52 105 0 24 407 72 64
Binary 1110110 111111 11001100 101010 1000101 0 10100 100000111 111010 110100

Color Harmonies of #763FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763FCC

Black with #763FCC

Text Example


Text Example

White with #763FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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