Html Css Color HEX #760DB2 Purple Heart

📋 copy color: '#760DB2'

red 118 ◦ green 13 ◦ blue 178

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

Shades of Purple Heart #760DB2

Tints of Purple Heart #760DB2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.21%

 BLUE value IS 178 (69.92% from 255) = 57.61%

R = 38.19%
G = 4.21%
B = 57.61%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#760DB2 (or 0x760DB2) is known color: Purple Heart. HEX triplet: 76, 0D and B2. RGB value is (118,13,178). Sum of RGB (Red+Green+Blue) = 118+13+178=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #760DB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760DB2 is #89F24D. Grayscale: #3E3E3E. Windows color (decimal): -9040462 or 11668854. OLE color: 11668854.

HSL color Cylindrical-coordinate representation of color #760DB2: hue angle of 278.18º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760DB2 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 13 178 -
CMYK 0.34 0.93 0 0.30
HSL 278.18º 0.86% 0.37% -
HSV(B) 278.18º 0.93% 0.7% -
XYZ 15.65 7.35 42.71 -
YUV 63.21 192.79 167.08 -
System Red Green Blue C M Y K H S L
Decimal 118 13 178 0.34 0.93 0 0.30 278.18 0.86 0.37
Hex 76 D B2 22 5D 0 1E 116 56 25
Octal 166 15 262 42 135 0 36 426 126 45
Binary 1110110 1101 10110010 100010 1011101 0 11110 100010110 1010110 100101

Color Harmonies of #760DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DB2

Black with #760DB2

Text Example


Text Example

White with #760DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760DB2; }

 p { color: rgb(118,13,178); }

 H1.HeaderClassName
 {
   color: #760DB2;
 }
 .AnyTagClassName
 {
   color: #760DB2;
 }
</style>

background-color css

<style>
 a { background-color: #760DB2; }

 a { background-color: rgb(118,13,178); }

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

border-color css

<style>
 span { border-color: #760DB2; }

 span { border-color: rgb(118,13,178); }

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