Html Css Color HEX #750DAF Purple Heart

📋 copy color: '#750DAF'

red 117 ◦ green 13 ◦ blue 175

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

Shades of Purple Heart #750DAF

Tints of Purple Heart #750DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 38.36%
G = 4.26%
B = 57.38%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#750DAF (or 0x750DAF) is known color: Purple Heart. HEX triplet: 75, 0D and AF. RGB value is (117,13,175). Sum of RGB (Red+Green+Blue) = 117+13+175=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #750DAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750DAF is #8AF250. Grayscale: #3E3E3E. Windows color (decimal): -9106001 or 11472245. OLE color: 11472245.

HSL color Cylindrical-coordinate representation of color #750DAF: hue angle of 278.52º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750DAF is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 13 175 -
CMYK 0.33 0.93 0 0.31
HSL 278.52º 0.86% 0.37% -
HSV(B) 278.52º 0.93% 0.69% -
XYZ 15.22 7.16 41.14 -
YUV 62.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 117 13 175 0.33 0.93 0 0.31 278.52 0.86 0.37
Hex 75 D AF 21 5D 0 1F 117 56 25
Octal 165 15 257 41 135 0 37 427 126 45
Binary 1110101 1101 10101111 100001 1011101 0 11111 100010111 1010110 100101

Color Harmonies of #750DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DAF

Black with #750DAF

Text Example


Text Example

White with #750DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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