Html Css Color HEX #751ABA Purple Heart

📋 copy color: '#751ABA'

red 117 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #751ABA

Tints of Purple Heart #751ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 35.56%
G = 7.9%
B = 56.53%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#751ABA (or 0x751ABA) is known color: Purple Heart. HEX triplet: 75, 1A and BA. RGB value is (117,26,186). Sum of RGB (Red+Green+Blue) = 117+26+186=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #751ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ABA is #8AE545. Grayscale: #464646. Windows color (decimal): -9102662 or 12196469. OLE color: 12196469.

HSL color Cylindrical-coordinate representation of color #751ABA: hue angle of 274.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751ABA is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 26 186 -
CMYK 0.37 0.86 0 0.27
HSL 274.13º 0.75% 0.42% -
HSV(B) 274.13º 0.86% 0.73% -
XYZ 16.57 8.07 47.14 -
YUV 71.45 192.65 160.49 -
System Red Green Blue C M Y K H S L
Decimal 117 26 186 0.37 0.86 0 0.27 274.13 0.75 0.42
Hex 75 1A BA 25 56 0 1B 112 4B 2A
Octal 165 32 272 45 126 0 33 422 113 52
Binary 1110101 11010 10111010 100101 1010110 0 11011 100010010 1001011 101010

Color Harmonies of #751ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751ABA

Black with #751ABA

Text Example


Text Example

White with #751ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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