Html Css Color HEX #750DBF Purple Heart

📋 copy color: '#750DBF'

red 117 ◦ green 13 ◦ blue 191

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

Shades of Purple Heart #750DBF

Tints of Purple Heart #750DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.5%

R = 36.45%
G = 4.05%
B = 59.5%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#750DBF (or 0x750DBF) is known color: Purple Heart. HEX triplet: 75, 0D and BF. RGB value is (117,13,191). Sum of RGB (Red+Green+Blue) = 117+13+191=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #750DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DBF is #8AF240. Grayscale: #3F3F3F. Windows color (decimal): -9105985 or 12520821. OLE color: 12520821.

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

Color convert

RGB 117 13 191 -
CMYK 0.39 0.93 0 0.25
HSL 275.06º 0.87% 0.4% -
HSV(B) 275.06º 0.93% 0.75% -
XYZ 16.88 7.83 49.91 -
YUV 64.39 199.46 165.53 -
System Red Green Blue C M Y K H S L
Decimal 117 13 191 0.39 0.93 0 0.25 275.06 0.87 0.4
Hex 75 D BF 27 5D 0 19 113 57 28
Octal 165 15 277 47 135 0 31 423 127 50
Binary 1110101 1101 10111111 100111 1011101 0 11001 100010011 1010111 101000

Color Harmonies of #750DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DBF

Black with #750DBF

Text Example


Text Example

White with #750DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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