Html Css Color HEX #760DBB Purple Heart

📋 copy color: '#760DBB'

red 118 ◦ green 13 ◦ blue 187

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

Shades of Purple Heart #760DBB

Tints of Purple Heart #760DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.81%

R = 37.11%
G = 4.09%
B = 58.81%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#760DBB (or 0x760DBB) is known color: Purple Heart. HEX triplet: 76, 0D and BB. RGB value is (118,13,187). Sum of RGB (Red+Green+Blue) = 118+13+187=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #760DBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DBB is #89F244. Grayscale: #3F3F3F. Windows color (decimal): -9040453 or 12258678. OLE color: 12258678.

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

Color convert

RGB 118 13 187 -
CMYK 0.37 0.93 0 0.27
HSL 276.21º 0.87% 0.39% -
HSV(B) 276.21º 0.93% 0.73% -
XYZ 16.58 7.73 47.63 -
YUV 64.23 197.29 166.35 -
System Red Green Blue C M Y K H S L
Decimal 118 13 187 0.37 0.93 0 0.27 276.21 0.87 0.39
Hex 76 D BB 25 5D 0 1B 114 57 27
Octal 166 15 273 45 135 0 33 424 127 47
Binary 1110110 1101 10111011 100101 1011101 0 11011 100010100 1010111 100111

Color Harmonies of #760DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760DBB

Black with #760DBB

Text Example


Text Example

White with #760DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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