Html Css Color HEX #630358 Palatinate Purple

📋 copy color: '#630358'

red 99 ◦ green 3 ◦ blue 88

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

Shades of Palatinate Purple #630358

Tints of Palatinate Purple #630358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

 BLUE value IS 88 (34.77% from 255) = 46.32%

R = 52.11%
G = 1.58%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#630358 (or 0x630358) is known color: Palatinate Purple. HEX triplet: 63, 03 and 58. RGB value is (99,3,88). Sum of RGB (Red+Green+Blue) = 99+3+88=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #630358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630358 is #9CFCA7. Grayscale: #292929. Windows color (decimal): -10288296 or 5768035. OLE color: 5768035.

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

Color convert

RGB 99 3 88 -
CMYK 0 0.97 0.11 0.61
HSL 306.88º 0.94% 0.2% -
HSV(B) 306.88º 0.97% 0.39% -
XYZ 6.94 3.42 9.53 -
YUV 41.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 99 3 88 0 0.97 0.11 0.61 306.88 0.94 0.2
Hex 63 3 58 0 61 B 3D 133 5E 14
Octal 143 3 130 0 141 13 75 463 136 24
Binary 1100011 11 1011000 0 1100001 1011 111101 100110011 1011110 10100

Color Harmonies of #630358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630358

Black with #630358

Text Example


Text Example

White with #630358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630358; }

 p { color: rgb(99,3,88); }

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

background-color css

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

 a { background-color: rgb(99,3,88); }

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

border-color css

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

 span { border-color: rgb(99,3,88); }

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