Html Css Color HEX #750FBA Purple Heart

📋 copy color: '#750FBA'

red 117 ◦ green 15 ◦ blue 186

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

Shades of Purple Heart #750FBA

Tints of Purple Heart #750FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 36.79%
G = 4.72%
B = 58.49%

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

#750FBA (or 0x750FBA) is known color: Purple Heart. HEX triplet: 75, 0F and BA. RGB value is (117,15,186). Sum of RGB (Red+Green+Blue) = 117+15+186=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #750FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750FBA is #8AF045. Grayscale: #404040. Windows color (decimal): -9105478 or 12193653. OLE color: 12193653.

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

Color convert

RGB 117 15 186 -
CMYK 0.37 0.92 0 0.27
HSL 275.79º 0.85% 0.39% -
HSV(B) 275.79º 0.92% 0.73% -
XYZ 16.37 7.67 47.07 -
YUV 64.99 196.29 165.1 -
System Red Green Blue C M Y K H S L
Decimal 117 15 186 0.37 0.92 0 0.27 275.79 0.85 0.39
Hex 75 F BA 25 5C 0 1B 114 55 27
Octal 165 17 272 45 134 0 33 424 125 47
Binary 1110101 1111 10111010 100101 1011100 0 11011 100010100 1010101 100111

Color Harmonies of #750FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FBA

Black with #750FBA

Text Example


Text Example

White with #750FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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