Html Css Color HEX #70236B Palatinate Purple

📋 copy color: '#70236B'

red 112 ◦ green 35 ◦ blue 107

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

Shades of Palatinate Purple #70236B

Tints of Palatinate Purple #70236B

RGB

 RED value IS 112 (44.14% from 255) = 44.09%

 GREEN value IS 35 (14.06% from 255) = 13.78%

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 44.09%
G = 13.78%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70236B (or 0x70236B) is known color: Palatinate Purple. HEX triplet: 70, 23 and 6B. RGB value is (112,35,107). Sum of RGB (Red+Green+Blue) = 112+35+107=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70236B is #8FDC94. Grayscale: #424242. Windows color (decimal): -9428117 or 7021424. OLE color: 7021424.

HSL color Cylindrical-coordinate representation of color #70236B: hue angle of 303.9º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70236B is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 107 -
CMYK 0 0.69 0.04 0.56
HSL 303.9º 0.52% 0.29% -
HSV(B) 303.9º 0.69% 0.44% -
XYZ 9.94 5.71 14.49 -
YUV 66.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 112 35 107 0 0.69 0.04 0.56 303.9 0.52 0.29
Hex 70 23 6B 0 45 4 38 130 34 1D
Octal 160 43 153 0 105 4 70 460 64 35
Binary 1110000 100011 1101011 0 1000101 100 111000 100110000 110100 11101

Color Harmonies of #70236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70236B

Black with #70236B

Text Example


Text Example

White with #70236B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70236B; }

 p { color: rgb(112,35,107); }

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

background-color css

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

 a { background-color: rgb(112,35,107); }

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

border-color css

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

 span { border-color: rgb(112,35,107); }

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