Html Css Color HEX #750FBB Purple Heart

📋 copy color: '#750FBB'

red 117 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #750FBB

Tints of Purple Heart #750FBB

RGB

 RED value IS 117 (46.09% from 255) = 36.68%

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

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

R = 36.68%
G = 4.7%
B = 58.62%

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

#750FBB (or 0x750FBB) is known color: Purple Heart. HEX triplet: 75, 0F and BB. RGB value is (117,15,187). Sum of RGB (Red+Green+Blue) = 117+15+187=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #750FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FBB is #8AF044. Grayscale: #404040. Windows color (decimal): -9105477 or 12259189. OLE color: 12259189.

HSL color Cylindrical-coordinate representation of color #750FBB: hue angle of 275.58º 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 #750FBB is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 15 187 -
CMYK 0.37 0.92 0 0.27
HSL 275.58º 0.85% 0.4% -
HSV(B) 275.58º 0.92% 0.73% -
XYZ 16.48 7.71 47.63 -
YUV 65.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 117 15 187 0.37 0.92 0 0.27 275.58 0.85 0.4
Hex 75 F BB 25 5C 0 1B 114 55 28
Octal 165 17 273 45 134 0 33 424 125 50
Binary 1110101 1111 10111011 100101 1011100 0 11011 100010100 1010101 101000

Color Harmonies of #750FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FBB

Black with #750FBB

Text Example


Text Example

White with #750FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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