Html Css Color HEX #751DAE Purple Heart

📋 copy color: '#751DAE'

red 117 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #751DAE

Tints of Purple Heart #751DAE

RGB

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

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

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

R = 36.56%
G = 9.06%
B = 54.38%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#751DAE (or 0x751DAE) is known color: Purple Heart. HEX triplet: 75, 1D and AE. RGB value is (117,29,174). Sum of RGB (Red+Green+Blue) = 117+29+174=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #751DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751DAE is #8AE251. Grayscale: #474747. Windows color (decimal): -9101906 or 11410805. OLE color: 11410805.

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

Color convert

RGB 117 29 174 -
CMYK 0.33 0.83 0 0.32
HSL 276.41º 0.71% 0.4% -
HSV(B) 276.41º 0.83% 0.68% -
XYZ 15.42 7.72 40.72 -
YUV 71.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 117 29 174 0.33 0.83 0 0.32 276.41 0.71 0.4
Hex 75 1D AE 21 53 0 20 114 47 28
Octal 165 35 256 41 123 0 40 424 107 50
Binary 1110101 11101 10101110 100001 1010011 0 100000 100010100 1000111 101000

Color Harmonies of #751DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751DAE

Black with #751DAE

Text Example


Text Example

White with #751DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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