Html Css Color HEX #760FBB Purple Heart

📋 copy color: '#760FBB'

red 118 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #760FBB

Tints of Purple Heart #760FBB

RGB

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

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

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

R = 36.88%
G = 4.69%
B = 58.44%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#760FBB (or 0x760FBB) is known color: Purple Heart. HEX triplet: 76, 0F and BB. RGB value is (118,15,187). Sum of RGB (Red+Green+Blue) = 118+15+187=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #760FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FBB is #89F044. Grayscale: #404040. Windows color (decimal): -9039941 or 12259190. OLE color: 12259190.

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

Color convert

RGB 118 15 187 -
CMYK 0.37 0.92 0 0.27
HSL 275.93º 0.85% 0.4% -
HSV(B) 275.93º 0.92% 0.73% -
XYZ 16.61 7.78 47.64 -
YUV 65.41 196.62 165.51 -
System Red Green Blue C M Y K H S L
Decimal 118 15 187 0.37 0.92 0 0.27 275.93 0.85 0.4
Hex 76 F BB 25 5C 0 1B 114 55 28
Octal 166 17 273 45 134 0 33 424 125 50
Binary 1110110 1111 10111011 100101 1011100 0 11011 100010100 1010101 101000

Color Harmonies of #760FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FBB

Black with #760FBB

Text Example


Text Example

White with #760FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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