Html Css Color HEX #751ABC Purple Heart

📋 copy color: '#751ABC'

red 117 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #751ABC

Tints of Purple Heart #751ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 35.35%
G = 7.85%
B = 56.8%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#751ABC (or 0x751ABC) is known color: Purple Heart. HEX triplet: 75, 1A and BC. RGB value is (117,26,188). Sum of RGB (Red+Green+Blue) = 117+26+188=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #751ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751ABC is #8AE543. Grayscale: #474747. Windows color (decimal): -9102660 or 12327541. OLE color: 12327541.

HSL color Cylindrical-coordinate representation of color #751ABC: hue angle of 273.7º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751ABC is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 26 188 -
CMYK 0.38 0.86 0 0.26
HSL 273.7º 0.76% 0.42% -
HSV(B) 273.7º 0.86% 0.74% -
XYZ 16.78 8.15 48.27 -
YUV 71.68 193.65 160.33 -
System Red Green Blue C M Y K H S L
Decimal 117 26 188 0.38 0.86 0 0.26 273.7 0.76 0.42
Hex 75 1A BC 26 56 0 1A 112 4C 2A
Octal 165 32 274 46 126 0 32 422 114 52
Binary 1110101 11010 10111100 100110 1010110 0 11010 100010010 1001100 101010

Color Harmonies of #751ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751ABC

Black with #751ABC

Text Example


Text Example

White with #751ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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