Html Css Color HEX #751EAD Purple Heart

📋 copy color: '#751EAD'

red 117 ◦ green 30 ◦ blue 173

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

Shades of Purple Heart #751EAD

Tints of Purple Heart #751EAD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.38%

 BLUE value IS 173 (67.97% from 255) = 54.06%

R = 36.56%
G = 9.38%
B = 54.06%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#751EAD (or 0x751EAD) is known color: Purple Heart. HEX triplet: 75, 1E and AD. RGB value is (117,30,173). Sum of RGB (Red+Green+Blue) = 117+30+173=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #751EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751EAD is #8AE152. Grayscale: #474747. Windows color (decimal): -9101651 or 11345525. OLE color: 11345525.

HSL color Cylindrical-coordinate representation of color #751EAD: hue angle of 276.5º degrees, saturation: 0.7, 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 #751EAD is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 30 173 -
CMYK 0.32 0.83 0 0.32
HSL 276.5º 0.7% 0.4% -
HSV(B) 276.5º 0.83% 0.68% -
XYZ 15.34 7.73 40.22 -
YUV 72.32 184.82 159.87 -
System Red Green Blue C M Y K H S L
Decimal 117 30 173 0.32 0.83 0 0.32 276.5 0.7 0.4
Hex 75 1E AD 20 53 0 20 115 46 28
Octal 165 36 255 40 123 0 40 425 106 50
Binary 1110101 11110 10101101 100000 1010011 0 100000 100010101 1000110 101000

Color Harmonies of #751EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751EAD

Black with #751EAD

Text Example


Text Example

White with #751EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,173); }

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

background-color css

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

 a { background-color: rgb(117,30,173); }

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

border-color css

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

 span { border-color: rgb(117,30,173); }

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