Html Css Color HEX #751871 Dark Purple

📋 copy color: '#751871'

red 117 ◦ green 24 ◦ blue 113

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

Shades of Dark Purple #751871

Tints of Dark Purple #751871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 113 (44.53% from 255) = 44.49%

R = 46.06%
G = 9.45%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#751871 (or 0x751871) is known color: Dark Purple. HEX triplet: 75, 18 and 71. RGB value is (117,24,113). Sum of RGB (Red+Green+Blue) = 117+24+113=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #751871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751871 is #8AE78E. Grayscale: #3D3D3D. Windows color (decimal): -9103247 or 7411829. OLE color: 7411829.

HSL color Cylindrical-coordinate representation of color #751871: hue angle of 302.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751871 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 113 -
CMYK 0 0.79 0.03 0.54
HSL 302.58º 0.66% 0.28% -
HSV(B) 302.58º 0.79% 0.46% -
XYZ 10.64 5.63 16.15 -
YUV 61.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 117 24 113 0 0.79 0.03 0.54 302.58 0.66 0.28
Hex 75 18 71 0 4F 3 36 12F 42 1C
Octal 165 30 161 0 117 3 66 457 102 34
Binary 1110101 11000 1110001 0 1001111 11 110110 100101111 1000010 11100

Color Harmonies of #751871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751871

Black with #751871

Text Example


Text Example

White with #751871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751871; }

 p { color: rgb(117,24,113); }

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

background-color css

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

 a { background-color: rgb(117,24,113); }

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

border-color css

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

 span { border-color: rgb(117,24,113); }

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