Html Css Color HEX #712366 Palatinate Purple

📋 copy color: '#712366'

red 113 ◦ green 35 ◦ blue 102

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

Shades of Palatinate Purple #712366

Tints of Palatinate Purple #712366

RGB

 RED value IS 113 (44.53% from 255) = 45.2%

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

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 45.2%
G = 14%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#712366 (or 0x712366) is known color: Palatinate Purple. HEX triplet: 71, 23 and 66. RGB value is (113,35,102). Sum of RGB (Red+Green+Blue) = 113+35+102=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #712366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712366 is #8EDC99. Grayscale: #414141. Windows color (decimal): -9362586 or 6693745. OLE color: 6693745.

HSL color Cylindrical-coordinate representation of color #712366: hue angle of 308.46º degrees, saturation: 0.53, 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 #712366 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 102 -
CMYK 0 0.69 0.10 0.56
HSL 308.46º 0.53% 0.29% -
HSV(B) 308.46º 0.69% 0.44% -
XYZ 9.81 5.67 13.15 -
YUV 65.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 113 35 102 0 0.69 0.10 0.56 308.46 0.53 0.29
Hex 71 23 66 0 45 A 38 134 35 1D
Octal 161 43 146 0 105 12 70 464 65 35
Binary 1110001 100011 1100110 0 1000101 1010 111000 100110100 110101 11101

Color Harmonies of #712366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712366

Black with #712366

Text Example


Text Example

White with #712366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712366; }

 p { color: rgb(113,35,102); }

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

background-color css

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

 a { background-color: rgb(113,35,102); }

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

border-color css

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

 span { border-color: rgb(113,35,102); }

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