Html Css Color HEX #974082 Dark Purple

📋 copy color: '#974082'

red 151 ◦ green 64 ◦ blue 130

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

Shades of Dark Purple #974082

Tints of Dark Purple #974082

RGB

 RED value IS 151 (59.38% from 255) = 43.77%

 GREEN value IS 64 (25.39% from 255) = 18.55%

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 43.77%
G = 18.55%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#974082 (or 0x974082) is known color: Dark Purple. HEX triplet: 97, 40 and 82. RGB value is (151,64,130). Sum of RGB (Red+Green+Blue) = 151+64+130=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #974082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974082 is #68BF7D. Grayscale: #616161. Windows color (decimal): -6864766 or 8536215. OLE color: 8536215.

HSL color Cylindrical-coordinate representation of color #974082: hue angle of 314.48º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974082 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 130 -
CMYK 0 0.58 0.14 0.41
HSL 314.48º 0.4% 0.42% -
HSV(B) 314.48º 0.58% 0.59% -
XYZ 18.63 11.86 22.43 -
YUV 97.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 151 64 130 0 0.58 0.14 0.41 314.48 0.4 0.42
Hex 97 40 82 0 3A E 29 13A 28 2A
Octal 227 100 202 0 72 16 51 472 50 52
Binary 10010111 1000000 10000010 0 111010 1110 101001 100111010 101000 101010

Color Harmonies of #974082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974082

Black with #974082

Text Example


Text Example

White with #974082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974082; }

 p { color: rgb(151,64,130); }

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

background-color css

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

 a { background-color: rgb(151,64,130); }

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

border-color css

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

 span { border-color: rgb(151,64,130); }

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