Html Css Color HEX #760DB6 Purple Heart

📋 copy color: '#760DB6'

red 118 ◦ green 13 ◦ blue 182

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

Shades of Purple Heart #760DB6

Tints of Purple Heart #760DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 58.15%

R = 37.7%
G = 4.15%
B = 58.15%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#760DB6 (or 0x760DB6) is known color: Purple Heart. HEX triplet: 76, 0D and B6. RGB value is (118,13,182). Sum of RGB (Red+Green+Blue) = 118+13+182=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #760DB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DB6 is #89F249. Grayscale: #3F3F3F. Windows color (decimal): -9040458 or 11930998. OLE color: 11930998.

HSL color Cylindrical-coordinate representation of color #760DB6: hue angle of 277.28º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760DB6 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 13 182 -
CMYK 0.35 0.93 0 0.29
HSL 277.28º 0.87% 0.38% -
HSV(B) 277.28º 0.93% 0.71% -
XYZ 16.06 7.52 44.86 -
YUV 63.66 194.79 166.76 -
System Red Green Blue C M Y K H S L
Decimal 118 13 182 0.35 0.93 0 0.29 277.28 0.87 0.38
Hex 76 D B6 23 5D 0 1D 115 57 26
Octal 166 15 266 43 135 0 35 425 127 46
Binary 1110110 1101 10110110 100011 1011101 0 11101 100010101 1010111 100110

Color Harmonies of #760DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DB6

Black with #760DB6

Text Example


Text Example

White with #760DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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