Html Css Color HEX #913275 Dark Purple

📋 copy color: '#913275'

red 145 ◦ green 50 ◦ blue 117

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

Shades of Dark Purple #913275

Tints of Dark Purple #913275

RGB

 RED value IS 145 (57.03% from 255) = 46.47%

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 46.47%
G = 16.03%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#913275 (or 0x913275) is known color: Dark Purple. HEX triplet: 91, 32 and 75. RGB value is (145,50,117). Sum of RGB (Red+Green+Blue) = 145+50+117=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #913275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913275 is #6ECD8A. Grayscale: #555555. Windows color (decimal): -7261579 or 7680657. OLE color: 7680657.

HSL color Cylindrical-coordinate representation of color #913275: hue angle of 317.68º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913275 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 50 117 -
CMYK 0 0.66 0.19 0.43
HSL 317.68º 0.49% 0.38% -
HSV(B) 317.68º 0.66% 0.57% -
XYZ 16.03 9.59 17.83 -
YUV 86.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 145 50 117 0 0.66 0.19 0.43 317.68 0.49 0.38
Hex 91 32 75 0 42 13 2B 13E 31 26
Octal 221 62 165 0 102 23 53 476 61 46
Binary 10010001 110010 1110101 0 1000010 10011 101011 100111110 110001 100110

Color Harmonies of #913275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913275

Black with #913275

Text Example


Text Example

White with #913275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913275; }

 p { color: rgb(145,50,117); }

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

background-color css

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

 a { background-color: rgb(145,50,117); }

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

border-color css

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

 span { border-color: rgb(145,50,117); }

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