Html Css Color HEX #751ABB Purple Heart

📋 copy color: '#751ABB'

red 117 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #751ABB

Tints of Purple Heart #751ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.67%

R = 35.45%
G = 7.88%
B = 56.67%

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

#751ABB (or 0x751ABB) is known color: Purple Heart. HEX triplet: 75, 1A and BB. RGB value is (117,26,187). Sum of RGB (Red+Green+Blue) = 117+26+187=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #751ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ABB is #8AE544. Grayscale: #474747. Windows color (decimal): -9102661 or 12262005. OLE color: 12262005.

HSL color Cylindrical-coordinate representation of color #751ABB: hue angle of 273.91º degrees, saturation: 0.76, 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 #751ABB is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 26 187 -
CMYK 0.37 0.86 0 0.27
HSL 273.91º 0.76% 0.42% -
HSV(B) 273.91º 0.86% 0.73% -
XYZ 16.68 8.11 47.7 -
YUV 71.56 193.15 160.41 -
System Red Green Blue C M Y K H S L
Decimal 117 26 187 0.37 0.86 0 0.27 273.91 0.76 0.42
Hex 75 1A BB 25 56 0 1B 112 4C 2A
Octal 165 32 273 45 126 0 33 422 114 52
Binary 1110101 11010 10111011 100101 1010110 0 11011 100010010 1001100 101010

Color Harmonies of #751ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751ABB

Black with #751ABB

Text Example


Text Example

White with #751ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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