Html Css Color HEX #751BAB Purple Heart

📋 copy color: '#751BAB'

red 117 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #751BAB

Tints of Purple Heart #751BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.57%

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

R = 37.14%
G = 8.57%
B = 54.29%

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

#751BAB (or 0x751BAB) is known color: Purple Heart. HEX triplet: 75, 1B and AB. RGB value is (117,27,171). Sum of RGB (Red+Green+Blue) = 117+27+171=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #751BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751BAB is #8AE454. Grayscale: #454545. Windows color (decimal): -9102421 or 11213685. OLE color: 11213685.

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

Color convert

RGB 117 27 171 -
CMYK 0.32 0.84 0 0.33
HSL 277.5º 0.73% 0.39% -
HSV(B) 277.5º 0.84% 0.67% -
XYZ 15.08 7.51 39.18 -
YUV 70.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 117 27 171 0.32 0.84 0 0.33 277.5 0.73 0.39
Hex 75 1B AB 20 54 0 21 116 49 27
Octal 165 33 253 40 124 0 41 426 111 47
Binary 1110101 11011 10101011 100000 1010100 0 100001 100010110 1001001 100111

Color Harmonies of #751BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BAB

Black with #751BAB

Text Example


Text Example

White with #751BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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