Html Css Color HEX #750DBC Purple Heart

📋 copy color: '#750DBC'

red 117 ◦ green 13 ◦ blue 188

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

Shades of Purple Heart #750DBC

Tints of Purple Heart #750DBC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.09%

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

R = 36.79%
G = 4.09%
B = 59.12%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#750DBC (or 0x750DBC) is known color: Purple Heart. HEX triplet: 75, 0D and BC. RGB value is (117,13,188). Sum of RGB (Red+Green+Blue) = 117+13+188=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #750DBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DBC is #8AF243. Grayscale: #3F3F3F. Windows color (decimal): -9105988 or 12324213. OLE color: 12324213.

HSL color Cylindrical-coordinate representation of color #750DBC: hue angle of 275.66º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750DBC is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 13 188 -
CMYK 0.38 0.93 0 0.26
HSL 275.66º 0.87% 0.39% -
HSV(B) 275.66º 0.93% 0.74% -
XYZ 16.56 7.7 48.19 -
YUV 64.05 197.96 165.77 -
System Red Green Blue C M Y K H S L
Decimal 117 13 188 0.38 0.93 0 0.26 275.66 0.87 0.39
Hex 75 D BC 26 5D 0 1A 114 57 27
Octal 165 15 274 46 135 0 32 424 127 47
Binary 1110101 1101 10111100 100110 1011101 0 11010 100010100 1010111 100111

Color Harmonies of #750DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DBC

Black with #750DBC

Text Example


Text Example

White with #750DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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