Html Css Color HEX #751CAB Purple Heart

📋 copy color: '#751CAB'

red 117 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #751CAB

Tints of Purple Heart #751CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.86%

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 37.03%
G = 8.86%
B = 54.11%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#751CAB (or 0x751CAB) is known color: Purple Heart. HEX triplet: 75, 1C and AB. RGB value is (117,28,171). Sum of RGB (Red+Green+Blue) = 117+28+171=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #751CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751CAB is #8AE354. Grayscale: #464646. Windows color (decimal): -9102165 or 11213941. OLE color: 11213941.

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

Color convert

RGB 117 28 171 -
CMYK 0.32 0.84 0 0.33
HSL 277.34º 0.72% 0.39% -
HSV(B) 277.34º 0.84% 0.67% -
XYZ 15.1 7.55 39.19 -
YUV 70.91 184.49 160.87 -
System Red Green Blue C M Y K H S L
Decimal 117 28 171 0.32 0.84 0 0.33 277.34 0.72 0.39
Hex 75 1C AB 20 54 0 21 115 48 27
Octal 165 34 253 40 124 0 41 425 110 47
Binary 1110101 11100 10101011 100000 1010100 0 100001 100010101 1001000 100111

Color Harmonies of #751CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751CAB

Black with #751CAB

Text Example


Text Example

White with #751CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,28,171); }

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

background-color css

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

 a { background-color: rgb(117,28,171); }

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

border-color css

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

 span { border-color: rgb(117,28,171); }

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