Html Css Color HEX #760DB8 Purple Heart

📋 copy color: '#760DB8'

red 118 ◦ green 13 ◦ blue 184

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

Shades of Purple Heart #760DB8

Tints of Purple Heart #760DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 58.41%

R = 37.46%
G = 4.13%
B = 58.41%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#760DB8 (or 0x760DB8) is known color: Purple Heart. HEX triplet: 76, 0D and B8. RGB value is (118,13,184). Sum of RGB (Red+Green+Blue) = 118+13+184=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #760DB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DB8 is #89F247. Grayscale: #3F3F3F. Windows color (decimal): -9040456 or 12062070. OLE color: 12062070.

HSL color Cylindrical-coordinate representation of color #760DB8: hue angle of 276.84º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760DB8 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 13 184 -
CMYK 0.36 0.93 0 0.28
HSL 276.84º 0.87% 0.39% -
HSV(B) 276.84º 0.93% 0.72% -
XYZ 16.27 7.6 45.96 -
YUV 63.89 195.79 166.6 -
System Red Green Blue C M Y K H S L
Decimal 118 13 184 0.36 0.93 0 0.28 276.84 0.87 0.39
Hex 76 D B8 24 5D 0 1C 115 57 27
Octal 166 15 270 44 135 0 34 425 127 47
Binary 1110110 1101 10111000 100100 1011101 0 11100 100010101 1010111 100111

Color Harmonies of #760DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DB8

Black with #760DB8

Text Example


Text Example

White with #760DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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