Html Css Color HEX #913474 Dark Purple

📋 copy color: '#913474'

red 145 ◦ green 52 ◦ blue 116

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

Shades of Dark Purple #913474

Tints of Dark Purple #913474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 46.33%
G = 16.61%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#913474 (or 0x913474) is known color: Dark Purple. HEX triplet: 91, 34 and 74. RGB value is (145,52,116). Sum of RGB (Red+Green+Blue) = 145+52+116=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #913474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913474 is #6ECB8B. Grayscale: #565656. Windows color (decimal): -7261068 or 7615633. OLE color: 7615633.

HSL color Cylindrical-coordinate representation of color #913474: hue angle of 318.71º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #913474 is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 52 116 -
CMYK 0 0.64 0.2 0.43
HSL 318.71º 0.47% 0.39% -
HSV(B) 318.71º 0.64% 0.57% -
XYZ 16.06 9.74 17.56 -
YUV 87.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 145 52 116 0 0.64 0.2 0.43 318.71 0.47 0.39
Hex 91 34 74 0 40 14 2B 13F 2F 27
Octal 221 64 164 0 100 24 53 477 57 47
Binary 10010001 110100 1110100 0 1000000 10100 101011 100111111 101111 100111

Color Harmonies of #913474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913474

Black with #913474

Text Example


Text Example

White with #913474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913474; }

 p { color: rgb(145,52,116); }

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

background-color css

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

 a { background-color: rgb(145,52,116); }

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

border-color css

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

 span { border-color: rgb(145,52,116); }

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