Html Css Color HEX #750DAE Purple Heart

📋 copy color: '#750DAE'

red 117 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #750DAE

Tints of Purple Heart #750DAE

RGB

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

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

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

R = 38.49%
G = 4.28%
B = 57.24%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#750DAE (or 0x750DAE) is known color: Purple Heart. HEX triplet: 75, 0D and AE. RGB value is (117,13,174). Sum of RGB (Red+Green+Blue) = 117+13+174=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #750DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750DAE is #8AF251. Grayscale: #3D3D3D. Windows color (decimal): -9106002 or 11406709. OLE color: 11406709.

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

Color convert

RGB 117 13 174 -
CMYK 0.33 0.93 0 0.32
HSL 278.76º 0.86% 0.37% -
HSV(B) 278.76º 0.93% 0.68% -
XYZ 15.12 7.13 40.62 -
YUV 62.45 190.96 166.91 -
System Red Green Blue C M Y K H S L
Decimal 117 13 174 0.33 0.93 0 0.32 278.76 0.86 0.37
Hex 75 D AE 21 5D 0 20 117 56 25
Octal 165 15 256 41 135 0 40 427 126 45
Binary 1110101 1101 10101110 100001 1011101 0 100000 100010111 1010110 100101

Color Harmonies of #750DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750DAE

Black with #750DAE

Text Example


Text Example

White with #750DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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