Html Css Color HEX #751EAF Purple Heart

📋 copy color: '#751EAF'

red 117 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #751EAF

Tints of Purple Heart #751EAF

RGB

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

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

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

R = 36.34%
G = 9.32%
B = 54.35%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#751EAF (or 0x751EAF) is known color: Purple Heart. HEX triplet: 75, 1E and AF. RGB value is (117,30,175). Sum of RGB (Red+Green+Blue) = 117+30+175=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #751EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751EAF is #8AE150. Grayscale: #484848. Windows color (decimal): -9101649 or 11476597. OLE color: 11476597.

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

Color convert

RGB 117 30 175 -
CMYK 0.33 0.83 0 0.31
HSL 276º 0.71% 0.4% -
HSV(B) 276º 0.83% 0.69% -
XYZ 15.54 7.81 41.25 -
YUV 72.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 117 30 175 0.33 0.83 0 0.31 276 0.71 0.4
Hex 75 1E AF 21 53 0 1F 114 47 28
Octal 165 36 257 41 123 0 37 424 107 50
Binary 1110101 11110 10101111 100001 1010011 0 11111 100010100 1000111 101000

Color Harmonies of #751EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751EAF

Black with #751EAF

Text Example


Text Example

White with #751EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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