Html Css Color HEX #763CB9 Purple Heart

📋 copy color: '#763CB9'

red 118 ◦ green 60 ◦ blue 185

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

Shades of Purple Heart #763CB9

Tints of Purple Heart #763CB9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.53%

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 32.51%
G = 16.53%
B = 50.96%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#763CB9 (or 0x763CB9) is known color: Purple Heart. HEX triplet: 76, 3C and B9. RGB value is (118,60,185). Sum of RGB (Red+Green+Blue) = 118+60+185=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #763CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CB9 is #89C346. Grayscale: #5B5B5B. Windows color (decimal): -9028423 or 12139638. OLE color: 12139638.

HSL color Cylindrical-coordinate representation of color #763CB9: hue angle of 267.84º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #763CB9 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 60 185 -
CMYK 0.36 0.68 0 0.27
HSL 267.84º 0.51% 0.48% -
HSV(B) 267.84º 0.68% 0.73% -
XYZ 17.84 10.59 47 -
YUV 91.59 180.72 146.84 -
System Red Green Blue C M Y K H S L
Decimal 118 60 185 0.36 0.68 0 0.27 267.84 0.51 0.48
Hex 76 3C B9 24 44 0 1B 10C 33 30
Octal 166 74 271 44 104 0 33 414 63 60
Binary 1110110 111100 10111001 100100 1000100 0 11011 100001100 110011 110000

Color Harmonies of #763CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763CB9

Black with #763CB9

Text Example


Text Example

White with #763CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,60,185); }

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

background-color css

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

 a { background-color: rgb(118,60,185); }

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

border-color css

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

 span { border-color: rgb(118,60,185); }

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