Html Css Color HEX #751B83 Purple

📋 copy color: '#751B83'

red 117 ◦ green 27 ◦ blue 131

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

Shades of Purple #751B83

Tints of Purple #751B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.64%

R = 42.55%
G = 9.82%
B = 47.64%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#751B83 (or 0x751B83) is known color: Purple. HEX triplet: 75, 1B and 83. RGB value is (117,27,131). Sum of RGB (Red+Green+Blue) = 117+27+131=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #751B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751B83 is #8AE47C. Grayscale: #414141. Windows color (decimal): -9102461 or 8592245. OLE color: 8592245.

HSL color Cylindrical-coordinate representation of color #751B83: hue angle of 291.92º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751B83 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 27 131 -
CMYK 0.11 0.79 0 0.49
HSL 291.92º 0.66% 0.31% -
HSV(B) 291.92º 0.79% 0.51% -
XYZ 11.82 6.2 22.05 -
YUV 65.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 117 27 131 0.11 0.79 0 0.49 291.92 0.66 0.31
Hex 75 1B 83 B 4F 0 31 124 42 1F
Octal 165 33 203 13 117 0 61 444 102 37
Binary 1110101 11011 10000011 1011 1001111 0 110001 100100100 1000010 11111

Color Harmonies of #751B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B83

Black with #751B83

Text Example


Text Example

White with #751B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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