Html Css Color HEX #750AAF Purple Heart

📋 copy color: '#750AAF'

red 117 ◦ green 10 ◦ blue 175

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

Shades of Purple Heart #750AAF

Tints of Purple Heart #750AAF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

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

R = 38.74%
G = 3.31%
B = 57.95%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#750AAF (or 0x750AAF) is known color: Purple Heart. HEX triplet: 75, 0A and AF. RGB value is (117,10,175). Sum of RGB (Red+Green+Blue) = 117+10+175=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #750AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750AAF is #8AF550. Grayscale: #3C3C3C. Windows color (decimal): -9106769 or 11471477. OLE color: 11471477.

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

Color convert

RGB 117 10 175 -
CMYK 0.33 0.94 0 0.31
HSL 278.91º 0.89% 0.36% -
HSV(B) 278.91º 0.94% 0.69% -
XYZ 15.18 7.09 41.13 -
YUV 60.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 117 10 175 0.33 0.94 0 0.31 278.91 0.89 0.36
Hex 75 A AF 21 5E 0 1F 117 59 24
Octal 165 12 257 41 136 0 37 427 131 44
Binary 1110101 1010 10101111 100001 1011110 0 11111 100010111 1011001 100100

Color Harmonies of #750AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750AAF

Black with #750AAF

Text Example


Text Example

White with #750AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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