Html Css Color HEX #750FAE Purple Heart

📋 copy color: '#750FAE'

red 117 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #750FAE

Tints of Purple Heart #750FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.9%

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 38.24%
G = 4.9%
B = 56.86%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#750FAE (or 0x750FAE) is known color: Purple Heart. HEX triplet: 75, 0F and AE. RGB value is (117,15,174). Sum of RGB (Red+Green+Blue) = 117+15+174=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #750FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750FAE is #8AF051. Grayscale: #3F3F3F. Windows color (decimal): -9105490 or 11407221. OLE color: 11407221.

HSL color Cylindrical-coordinate representation of color #750FAE: hue angle of 278.49º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750FAE is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 15 174 -
CMYK 0.33 0.91 0 0.32
HSL 278.49º 0.84% 0.37% -
HSV(B) 278.49º 0.91% 0.68% -
XYZ 15.15 7.18 40.63 -
YUV 63.62 190.29 166.07 -
System Red Green Blue C M Y K H S L
Decimal 117 15 174 0.33 0.91 0 0.32 278.49 0.84 0.37
Hex 75 F AE 21 5B 0 20 116 54 25
Octal 165 17 256 41 133 0 40 426 124 45
Binary 1110101 1111 10101110 100001 1011011 0 100000 100010110 1010100 100101

Color Harmonies of #750FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750FAE

Black with #750FAE

Text Example


Text Example

White with #750FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,15,174); }

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

background-color css

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

 a { background-color: rgb(117,15,174); }

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

border-color css

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

 span { border-color: rgb(117,15,174); }

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