Html Css Color HEX #760FBF Purple Heart

📋 copy color: '#760FBF'

red 118 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #760FBF

Tints of Purple Heart #760FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.63%

 BLUE value IS 191 (75% from 255) = 58.95%

R = 36.42%
G = 4.63%
B = 58.95%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#760FBF (or 0x760FBF) is known color: Purple Heart. HEX triplet: 76, 0F and BF. RGB value is (118,15,191). Sum of RGB (Red+Green+Blue) = 118+15+191=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #760FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FBF is #89F040. Grayscale: #414141. Windows color (decimal): -9039937 or 12521334. OLE color: 12521334.

HSL color Cylindrical-coordinate representation of color #760FBF: hue angle of 275.11º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760FBF is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 15 191 -
CMYK 0.38 0.92 0 0.25
HSL 275.11º 0.85% 0.4% -
HSV(B) 275.11º 0.92% 0.75% -
XYZ 17.05 7.95 49.93 -
YUV 65.86 198.62 165.19 -
System Red Green Blue C M Y K H S L
Decimal 118 15 191 0.38 0.92 0 0.25 275.11 0.85 0.4
Hex 76 F BF 26 5C 0 19 113 55 28
Octal 166 17 277 46 134 0 31 423 125 50
Binary 1110110 1111 10111111 100110 1011100 0 11001 100010011 1010101 101000

Color Harmonies of #760FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FBF

Black with #760FBF

Text Example


Text Example

White with #760FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,15,191); }

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

background-color css

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

 a { background-color: rgb(118,15,191); }

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

border-color css

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

 span { border-color: rgb(118,15,191); }

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