Html Css Color HEX #751AAF Purple Heart

📋 copy color: '#751AAF'

red 117 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #751AAF

Tints of Purple Heart #751AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.18%

 BLUE value IS 175 (68.75% from 255) = 55.03%

R = 36.79%
G = 8.18%
B = 55.03%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#751AAF (or 0x751AAF) is known color: Purple Heart. HEX triplet: 75, 1A and AF. RGB value is (117,26,175). Sum of RGB (Red+Green+Blue) = 117+26+175=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #751AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751AAF is #8AE550. Grayscale: #454545. Windows color (decimal): -9102673 or 11475573. OLE color: 11475573.

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

Color convert

RGB 117 26 175 -
CMYK 0.33 0.85 0 0.31
HSL 276.64º 0.74% 0.39% -
HSV(B) 276.64º 0.85% 0.69% -
XYZ 15.44 7.62 41.21 -
YUV 70.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 117 26 175 0.33 0.85 0 0.31 276.64 0.74 0.39
Hex 75 1A AF 21 55 0 1F 115 4A 27
Octal 165 32 257 41 125 0 37 425 112 47
Binary 1110101 11010 10101111 100001 1010101 0 11111 100010101 1001010 100111

Color Harmonies of #751AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AAF

Black with #751AAF

Text Example


Text Example

White with #751AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,26,175); }

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

background-color css

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

 a { background-color: rgb(117,26,175); }

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

border-color css

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

 span { border-color: rgb(117,26,175); }

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