Html Css Color HEX #630061 Palatinate Purple

📋 copy color: '#630061'

red 99 ◦ green 0 ◦ blue 97

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

Shades of Palatinate Purple #630061

Tints of Palatinate Purple #630061

RGB

 RED value IS 99 (39.06% from 255) = 50.51%

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

 BLUE value IS 97 (38.28% from 255) = 49.49%

R = 50.51%
G = 0%
B = 49.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#630061 (or 0x630061) is known color: Palatinate Purple. HEX triplet: 63, 00 and 61. RGB value is (99,0,97). Sum of RGB (Red+Green+Blue) = 99+0+97=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #630061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630061 is #9CFF9E. Grayscale: #282828. Windows color (decimal): -10289055 or 6357091. OLE color: 6357091.

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

Color convert

RGB 99 0 97 -
CMYK 0 1 0.02 0.61
HSL 301.21º 1% 0.19% -
HSV(B) 301.21º 1% 0.39% -
XYZ 7.3 3.52 11.6 -
YUV 40.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 99 0 97 0 1 0.02 0.61 301.21 1 0.19
Hex 63 0 61 0 64 2 3D 12D 64 13
Octal 143 0 141 0 144 2 75 455 144 23
Binary 1100011 0 1100001 0 1100100 10 111101 100101101 1100100 10011

Color Harmonies of #630061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630061

Black with #630061

Text Example


Text Example

White with #630061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630061; }

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

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

background-color css

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

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

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

border-color css

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

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

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