Html Css Color HEX #751DAA Purple Heart

📋 copy color: '#751DAA'

red 117 ◦ green 29 ◦ blue 170

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

Shades of Purple Heart #751DAA

Tints of Purple Heart #751DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.18%

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 37.03%
G = 9.18%
B = 53.8%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#751DAA (or 0x751DAA) is known color: Purple Heart. HEX triplet: 75, 1D and AA. RGB value is (117,29,170). Sum of RGB (Red+Green+Blue) = 117+29+170=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #751DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751DAA is #8AE255. Grayscale: #464646. Windows color (decimal): -9101910 or 11148661. OLE color: 11148661.

HSL color Cylindrical-coordinate representation of color #751DAA: hue angle of 277.45º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751DAA is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 29 170 -
CMYK 0.31 0.83 0 0.33
HSL 277.45º 0.71% 0.39% -
HSV(B) 277.45º 0.83% 0.67% -
XYZ 15.03 7.56 38.7 -
YUV 71.39 183.65 160.54 -
System Red Green Blue C M Y K H S L
Decimal 117 29 170 0.31 0.83 0 0.33 277.45 0.71 0.39
Hex 75 1D AA 1F 53 0 21 115 47 27
Octal 165 35 252 37 123 0 41 425 107 47
Binary 1110101 11101 10101010 11111 1010011 0 100001 100010101 1000111 100111

Color Harmonies of #751DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DAA

Black with #751DAA

Text Example


Text Example

White with #751DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751DAA; }

 p { color: rgb(117,29,170); }

 H1.HeaderClassName
 {
   color: #751DAA;
 }
 .AnyTagClassName
 {
   color: #751DAA;
 }
</style>

background-color css

<style>
 a { background-color: #751DAA; }

 a { background-color: rgb(117,29,170); }

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

border-color css

<style>
 span { border-color: #751DAA; }

 span { border-color: rgb(117,29,170); }

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