Html Css Color HEX #610667 Palatinate Purple

📋 copy color: '#610667'

red 97 ◦ green 6 ◦ blue 103

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

Shades of Palatinate Purple #610667

Tints of Palatinate Purple #610667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

 BLUE value IS 103 (40.63% from 255) = 50%

R = 47.09%
G = 2.91%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#610667 (or 0x610667) is known color: Palatinate Purple. HEX triplet: 61, 06 and 67. RGB value is (97,6,103). Sum of RGB (Red+Green+Blue) = 97+6+103=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #610667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610667 is #9EF998. Grayscale: #2B2B2B. Windows color (decimal): -10418585 or 6751841. OLE color: 6751841.

HSL color Cylindrical-coordinate representation of color #610667: hue angle of 296.29º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610667 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 6 103 -
CMYK 0.06 0.94 0 0.60
HSL 296.29º 0.89% 0.21% -
HSV(B) 296.29º 0.94% 0.4% -
XYZ 7.44 3.65 13.14 -
YUV 44.27 161.15 165.61 -
System Red Green Blue C M Y K H S L
Decimal 97 6 103 0.06 0.94 0 0.60 296.29 0.89 0.21
Hex 61 6 67 6 5E 0 3C 128 59 15
Octal 141 6 147 6 136 0 74 450 131 25
Binary 1100001 110 1100111 110 1011110 0 111100 100101000 1011001 10101

Color Harmonies of #610667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610667

Black with #610667

Text Example


Text Example

White with #610667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610667; }

 p { color: rgb(97,6,103); }

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

background-color css

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

 a { background-color: rgb(97,6,103); }

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

border-color css

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

 span { border-color: rgb(97,6,103); }

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