Html Css Color HEX #750DB5 Purple Heart

📋 copy color: '#750DB5'

red 117 ◦ green 13 ◦ blue 181

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

Shades of Purple Heart #750DB5

Tints of Purple Heart #750DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.2%

R = 37.62%
G = 4.18%
B = 58.2%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#750DB5 (or 0x750DB5) is known color: Purple Heart. HEX triplet: 75, 0D and B5. RGB value is (117,13,181). Sum of RGB (Red+Green+Blue) = 117+13+181=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 181 (71.09% from 255 or 58.20% from 311); Max value from RGB is 181 - color contains mainly: blue. Hex color #750DB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750DB5 is #8AF24A. Grayscale: #3E3E3E. Windows color (decimal): -9105995 or 11865461. OLE color: 11865461.

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

Color convert

RGB 117 13 181 -
CMYK 0.35 0.93 0 0.29
HSL 277.14º 0.87% 0.38% -
HSV(B) 277.14º 0.93% 0.71% -
XYZ 15.82 7.41 44.31 -
YUV 63.25 194.46 166.34 -
System Red Green Blue C M Y K H S L
Decimal 117 13 181 0.35 0.93 0 0.29 277.14 0.87 0.38
Hex 75 D B5 23 5D 0 1D 115 57 26
Octal 165 15 265 43 135 0 35 425 127 46
Binary 1110101 1101 10110101 100011 1011101 0 11101 100010101 1010111 100110

Color Harmonies of #750DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DB5

Black with #750DB5

Text Example


Text Example

White with #750DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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