Html Css Color HEX #612066 Palatinate Purple

📋 copy color: '#612066'

red 97 ◦ green 32 ◦ blue 102

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

Shades of Palatinate Purple #612066

Tints of Palatinate Purple #612066

RGB

 RED value IS 97 (38.28% from 255) = 41.99%

 GREEN value IS 32 (12.89% from 255) = 13.85%

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

R = 41.99%
G = 13.85%
B = 44.16%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#612066 (or 0x612066) is known color: Palatinate Purple. HEX triplet: 61, 20 and 66. RGB value is (97,32,102). Sum of RGB (Red+Green+Blue) = 97+32+102=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #612066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612066 is #9EDF99. Grayscale: #3B3B3B. Windows color (decimal): -10411930 or 6692961. OLE color: 6692961.

HSL color Cylindrical-coordinate representation of color #612066: hue angle of 295.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #612066 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 32 102 -
CMYK 0.05 0.69 0 0.6
HSL 295.71º 0.52% 0.26% -
HSV(B) 295.71º 0.69% 0.4% -
XYZ 7.84 4.53 13.03 -
YUV 59.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 97 32 102 0.05 0.69 0 0.6 295.71 0.52 0.26
Hex 61 20 66 5 45 0 3C 128 34 1A
Octal 141 40 146 5 105 0 74 450 64 32
Binary 1100001 100000 1100110 101 1000101 0 111100 100101000 110100 11010

Color Harmonies of #612066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612066

Black with #612066

Text Example


Text Example

White with #612066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612066; }

 p { color: rgb(97,32,102); }

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

background-color css

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

 a { background-color: rgb(97,32,102); }

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

border-color css

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

 span { border-color: rgb(97,32,102); }

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