Html Css Color HEX #751AB6 Purple Heart

📋 copy color: '#751AB6'

red 117 ◦ green 26 ◦ blue 182

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

Shades of Purple Heart #751AB6

Tints of Purple Heart #751AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 56%

R = 36%
G = 8%
B = 56%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#751AB6 (or 0x751AB6) is known color: Purple Heart. HEX triplet: 75, 1A and B6. RGB value is (117,26,182). Sum of RGB (Red+Green+Blue) = 117+26+182=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #751AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751AB6 is #8AE549. Grayscale: #464646. Windows color (decimal): -9102666 or 11934325. OLE color: 11934325.

HSL color Cylindrical-coordinate representation of color #751AB6: hue angle of 275º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751AB6 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 26 182 -
CMYK 0.36 0.86 0 0.29
HSL 275º 0.75% 0.41% -
HSV(B) 275º 0.86% 0.71% -
XYZ 16.15 7.9 44.93 -
YUV 70.99 190.65 160.82 -
System Red Green Blue C M Y K H S L
Decimal 117 26 182 0.36 0.86 0 0.29 275 0.75 0.41
Hex 75 1A B6 24 56 0 1D 113 4B 29
Octal 165 32 266 44 126 0 35 423 113 51
Binary 1110101 11010 10110110 100100 1010110 0 11101 100010011 1001011 101001

Color Harmonies of #751AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751AB6

Black with #751AB6

Text Example


Text Example

White with #751AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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