Html Css Color HEX #760BAD Purple Heart

📋 copy color: '#760BAD'

red 118 ◦ green 11 ◦ blue 173

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

Shades of Purple Heart #760BAD

Tints of Purple Heart #760BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.64%

 BLUE value IS 173 (67.97% from 255) = 57.28%

R = 39.07%
G = 3.64%
B = 57.28%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#760BAD (or 0x760BAD) is known color: Purple Heart. HEX triplet: 76, 0B and AD. RGB value is (118,11,173). Sum of RGB (Red+Green+Blue) = 118+11+173=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #760BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760BAD is #89F452. Grayscale: #3C3C3C. Windows color (decimal): -9040979 or 11340662. OLE color: 11340662.

HSL color Cylindrical-coordinate representation of color #760BAD: hue angle of 279.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760BAD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 11 173 -
CMYK 0.32 0.94 0 0.32
HSL 279.63º 0.88% 0.36% -
HSV(B) 279.63º 0.94% 0.68% -
XYZ 15.13 7.11 40.11 -
YUV 61.46 190.95 168.33 -
System Red Green Blue C M Y K H S L
Decimal 118 11 173 0.32 0.94 0 0.32 279.63 0.88 0.36
Hex 76 B AD 20 5E 0 20 118 58 24
Octal 166 13 255 40 136 0 40 430 130 44
Binary 1110110 1011 10101101 100000 1011110 0 100000 100011000 1011000 100100

Color Harmonies of #760BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760BAD

Black with #760BAD

Text Example


Text Example

White with #760BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,11,173); }

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

background-color css

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

 a { background-color: rgb(118,11,173); }

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

border-color css

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

 span { border-color: rgb(118,11,173); }

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