Html Css Color HEX #610062 Palatinate Purple

📋 copy color: '#610062'

red 97 ◦ green 0 ◦ blue 98

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

Shades of Palatinate Purple #610062

Tints of Palatinate Purple #610062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 50.26%

R = 49.74%
G = 0%
B = 50.26%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#610062 (or 0x610062) is known color: Palatinate Purple. HEX triplet: 61, 00 and 62. RGB value is (97,0,98). Sum of RGB (Red+Green+Blue) = 97+0+98=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #610062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610062 is #9EFF9D. Grayscale: #272727. Windows color (decimal): -10420126 or 6422625. OLE color: 6422625.

HSL color Cylindrical-coordinate representation of color #610062: hue angle of 299.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610062 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 0 98 -
CMYK 0.01 1 0 0.62
HSL 299.39º 1% 0.19% -
HSV(B) 299.39º 1% 0.38% -
XYZ 7.13 3.42 11.84 -
YUV 40.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 97 0 98 0.01 1 0 0.62 299.39 1 0.19
Hex 61 0 62 1 64 0 3E 12B 64 13
Octal 141 0 142 1 144 0 76 453 144 23
Binary 1100001 0 1100010 1 1100100 0 111110 100101011 1100100 10011

Color Harmonies of #610062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610062

Black with #610062

Text Example


Text Example

White with #610062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610062; }

 p { color: rgb(97,0,98); }

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

background-color css

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

 a { background-color: rgb(97,0,98); }

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

border-color css

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

 span { border-color: rgb(97,0,98); }

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