Html Css Color HEX #981B70 Dark Purple

📋 copy color: '#981B70'

red 152 ◦ green 27 ◦ blue 112

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

Shades of Dark Purple #981B70

Tints of Dark Purple #981B70

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.28%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 52.23%
G = 9.28%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#981B70 (or 0x981B70) is known color: Dark Purple. HEX triplet: 98, 1B and 70. RGB value is (152,27,112). Sum of RGB (Red+Green+Blue) = 152+27+112=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #981B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981B70 is #67E48F. Grayscale: #494949. Windows color (decimal): -6808720 or 7347096. OLE color: 7347096.

HSL color Cylindrical-coordinate representation of color #981B70: hue angle of 319.2º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981B70 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 27 112 -
CMYK 0 0.82 0.26 0.40
HSL 319.2º 0.7% 0.35% -
HSV(B) 319.2º 0.82% 0.6% -
XYZ 16.27 8.63 16.14 -
YUV 74.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 152 27 112 0 0.82 0.26 0.40 319.2 0.7 0.35
Hex 98 1B 70 0 52 1A 28 13F 46 23
Octal 230 33 160 0 122 32 50 477 106 43
Binary 10011000 11011 1110000 0 1010010 11010 101000 100111111 1000110 100011

Color Harmonies of #981B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981B70

Black with #981B70

Text Example


Text Example

White with #981B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981B70; }

 p { color: rgb(152,27,112); }

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

background-color css

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

 a { background-color: rgb(152,27,112); }

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

border-color css

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

 span { border-color: rgb(152,27,112); }

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