Html Css Color HEX #630461 Palatinate Purple

📋 copy color: '#630461'

red 99 ◦ green 4 ◦ blue 97

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

Shades of Palatinate Purple #630461

Tints of Palatinate Purple #630461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

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

R = 49.5%
G = 2%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#630461 (or 0x630461) is known color: Palatinate Purple. HEX triplet: 63, 04 and 61. RGB value is (99,4,97). Sum of RGB (Red+Green+Blue) = 99+4+97=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #630461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630461 is #9CFB9E. Grayscale: #2A2A2A. Windows color (decimal): -10288031 or 6358115. OLE color: 6358115.

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

Color convert

RGB 99 4 97 -
CMYK 0 0.96 0.02 0.61
HSL 301.26º 0.92% 0.2% -
HSV(B) 301.26º 0.96% 0.39% -
XYZ 7.35 3.6 11.62 -
YUV 43.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 99 4 97 0 0.96 0.02 0.61 301.26 0.92 0.2
Hex 63 4 61 0 60 2 3D 12D 5C 14
Octal 143 4 141 0 140 2 75 455 134 24
Binary 1100011 100 1100001 0 1100000 10 111101 100101101 1011100 10100

Color Harmonies of #630461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630461

Black with #630461

Text Example


Text Example

White with #630461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630461; }

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

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

background-color css

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

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

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

border-color css

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

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

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