Html Css Color HEX #763BC8 Purple Heart

📋 copy color: '#763BC8'

red 118 ◦ green 59 ◦ blue 200

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

Shades of Purple Heart #763BC8

Tints of Purple Heart #763BC8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.65%

 BLUE value IS 200 (78.52% from 255) = 53.05%

R = 31.3%
G = 15.65%
B = 53.05%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#763BC8 (or 0x763BC8) is known color: Purple Heart. HEX triplet: 76, 3B and C8. RGB value is (118,59,200). Sum of RGB (Red+Green+Blue) = 118+59+200=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #763BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BC8 is #89C437. Grayscale: #5C5C5C. Windows color (decimal): -9028664 or 13122422. OLE color: 13122422.

HSL color Cylindrical-coordinate representation of color #763BC8: hue angle of 265.11º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #763BC8 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 59 200 -
CMYK 0.41 0.70 0 0.22
HSL 265.11º 0.56% 0.51% -
HSV(B) 265.11º 0.71% 0.78% -
XYZ 19.46 11.15 55.77 -
YUV 92.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 118 59 200 0.41 0.70 0 0.22 265.11 0.56 0.51
Hex 76 3B C8 29 46 0 16 109 38 33
Octal 166 73 310 51 106 0 26 411 70 63
Binary 1110110 111011 11001000 101001 1000110 0 10110 100001001 111000 110011

Color Harmonies of #763BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BC8

Black with #763BC8

Text Example


Text Example

White with #763BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,59,200); }

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

background-color css

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

 a { background-color: rgb(118,59,200); }

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

border-color css

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

 span { border-color: rgb(118,59,200); }

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