Html Css Color HEX #760FBC Purple Heart

📋 copy color: '#760FBC'

red 118 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #760FBC

Tints of Purple Heart #760FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 36.76%
G = 4.67%
B = 58.57%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#760FBC (or 0x760FBC) is known color: Purple Heart. HEX triplet: 76, 0F and BC. RGB value is (118,15,188). Sum of RGB (Red+Green+Blue) = 118+15+188=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #760FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FBC is #89F043. Grayscale: #404040. Windows color (decimal): -9039940 or 12324726. OLE color: 12324726.

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

Color convert

RGB 118 15 188 -
CMYK 0.37 0.92 0 0.26
HSL 275.72º 0.85% 0.4% -
HSV(B) 275.72º 0.92% 0.74% -
XYZ 16.72 7.82 48.21 -
YUV 65.52 197.12 165.43 -
System Red Green Blue C M Y K H S L
Decimal 118 15 188 0.37 0.92 0 0.26 275.72 0.85 0.4
Hex 76 F BC 25 5C 0 1A 114 55 28
Octal 166 17 274 45 134 0 32 424 125 50
Binary 1110110 1111 10111100 100101 1011100 0 11010 100010100 1010101 101000

Color Harmonies of #760FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760FBC

Black with #760FBC

Text Example


Text Example

White with #760FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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