Html Css Color HEX #751BAD Purple Heart

📋 copy color: '#751BAD'

red 117 ◦ green 27 ◦ blue 173

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

Shades of Purple Heart #751BAD

Tints of Purple Heart #751BAD

RGB

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

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

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

R = 36.91%
G = 8.52%
B = 54.57%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#751BAD (or 0x751BAD) is known color: Purple Heart. HEX triplet: 75, 1B and AD. RGB value is (117,27,173). Sum of RGB (Red+Green+Blue) = 117+27+173=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #751BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751BAD is #8AE452. Grayscale: #464646. Windows color (decimal): -9102419 or 11344757. OLE color: 11344757.

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

Color convert

RGB 117 27 173 -
CMYK 0.32 0.84 0 0.32
HSL 276.99º 0.73% 0.39% -
HSV(B) 276.99º 0.84% 0.68% -
XYZ 15.27 7.58 40.19 -
YUV 70.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 117 27 173 0.32 0.84 0 0.32 276.99 0.73 0.39
Hex 75 1B AD 20 54 0 20 115 49 27
Octal 165 33 255 40 124 0 40 425 111 47
Binary 1110101 11011 10101101 100000 1010100 0 100000 100010101 1001001 100111

Color Harmonies of #751BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751BAD

Black with #751BAD

Text Example


Text Example

White with #751BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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