Html Css Color HEX #983073 Dark Purple

📋 copy color: '#983073'

red 152 ◦ green 48 ◦ blue 115

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

Shades of Dark Purple #983073

Tints of Dark Purple #983073

RGB

 RED value IS 152 (59.77% from 255) = 48.25%

 GREEN value IS 48 (19.14% from 255) = 15.24%

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 48.25%
G = 15.24%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#983073 (or 0x983073) is known color: Dark Purple. HEX triplet: 98, 30 and 73. RGB value is (152,48,115). Sum of RGB (Red+Green+Blue) = 152+48+115=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #983073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983073 is #67CF8C. Grayscale: #565656. Windows color (decimal): -6803341 or 7549080. OLE color: 7549080.

HSL color Cylindrical-coordinate representation of color #983073: hue angle of 321.35º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983073 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 115 -
CMYK 0 0.68 0.24 0.40
HSL 321.35º 0.52% 0.39% -
HSV(B) 321.35º 0.68% 0.6% -
XYZ 17.1 10.03 17.25 -
YUV 86.73 143.96 174.55 -
System Red Green Blue C M Y K H S L
Decimal 152 48 115 0 0.68 0.24 0.40 321.35 0.52 0.39
Hex 98 30 73 0 44 18 28 141 34 27
Octal 230 60 163 0 104 30 50 501 64 47
Binary 10011000 110000 1110011 0 1000100 11000 101000 101000001 110100 100111

Color Harmonies of #983073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983073

Black with #983073

Text Example


Text Example

White with #983073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983073; }

 p { color: rgb(152,48,115); }

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

background-color css

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

 a { background-color: rgb(152,48,115); }

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

border-color css

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

 span { border-color: rgb(152,48,115); }

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