Html Css Color HEX #763DCB Purple Heart

📋 copy color: '#763DCB'

red 118 ◦ green 61 ◦ blue 203

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

Shades of Purple Heart #763DCB

Tints of Purple Heart #763DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.97%

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 30.89%
G = 15.97%
B = 53.14%

CMYK

 C value IS 0.42

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#763DCB (or 0x763DCB) is known color: Purple Heart. HEX triplet: 76, 3D and CB. RGB value is (118,61,203). Sum of RGB (Red+Green+Blue) = 118+61+203=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #763DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DCB is #89C234. Grayscale: #5D5D5D. Windows color (decimal): -9028149 or 13319542. OLE color: 13319542.

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

Color convert

RGB 118 61 203 -
CMYK 0.42 0.70 0 0.20
HSL 264.08º 0.58% 0.52% -
HSV(B) 264.08º 0.7% 0.8% -
XYZ 19.92 11.5 57.67 -
YUV 94.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 118 61 203 0.42 0.70 0 0.20 264.08 0.58 0.52
Hex 76 3D CB 2A 46 0 14 108 3A 34
Octal 166 75 313 52 106 0 24 410 72 64
Binary 1110110 111101 11001011 101010 1000110 0 10100 100001000 111010 110100

Color Harmonies of #763DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763DCB

Black with #763DCB

Text Example


Text Example

White with #763DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,61,203); }

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

background-color css

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

 a { background-color: rgb(118,61,203); }

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

border-color css

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

 span { border-color: rgb(118,61,203); }

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