Html Css Color HEX #750FBC Purple Heart

📋 copy color: '#750FBC'

red 117 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #750FBC

Tints of Purple Heart #750FBC

RGB

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

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

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

R = 36.56%
G = 4.69%
B = 58.75%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#750FBC (or 0x750FBC) is known color: Purple Heart. HEX triplet: 75, 0F and BC. RGB value is (117,15,188). Sum of RGB (Red+Green+Blue) = 117+15+188=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #750FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FBC is #8AF043. Grayscale: #404040. Windows color (decimal): -9105476 or 12324725. OLE color: 12324725.

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

Color convert

RGB 117 15 188 -
CMYK 0.38 0.92 0 0.26
HSL 275.38º 0.85% 0.4% -
HSV(B) 275.38º 0.92% 0.74% -
XYZ 16.58 7.75 48.2 -
YUV 65.22 197.29 164.93 -
System Red Green Blue C M Y K H S L
Decimal 117 15 188 0.38 0.92 0 0.26 275.38 0.85 0.4
Hex 75 F BC 26 5C 0 1A 113 55 28
Octal 165 17 274 46 134 0 32 423 125 50
Binary 1110101 1111 10111100 100110 1011100 0 11010 100010011 1010101 101000

Color Harmonies of #750FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FBC

Black with #750FBC

Text Example


Text Example

White with #750FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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