Html Css Color HEX #630C53 Palatinate Purple

📋 copy color: '#630C53'

red 99 ◦ green 12 ◦ blue 83

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

Shades of Palatinate Purple #630C53

Tints of Palatinate Purple #630C53

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.19%

 BLUE value IS 83 (32.81% from 255) = 42.78%

R = 51.03%
G = 6.19%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#630C53 (or 0x630C53) is known color: Palatinate Purple. HEX triplet: 63, 0C and 53. RGB value is (99,12,83). Sum of RGB (Red+Green+Blue) = 99+12+83=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #630C53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630C53 is #9CF3AC. Grayscale: #2D2D2D. Windows color (decimal): -10285997 or 5442659. OLE color: 5442659.

HSL color Cylindrical-coordinate representation of color #630C53: hue angle of 311.03º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C53 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 12 83 -
CMYK 0 0.88 0.16 0.61
HSL 311.03º 0.78% 0.22% -
HSV(B) 311.03º 0.88% 0.39% -
XYZ 6.84 3.54 8.51 -
YUV 46.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 99 12 83 0 0.88 0.16 0.61 311.03 0.78 0.22
Hex 63 C 53 0 58 10 3D 137 4E 16
Octal 143 14 123 0 130 20 75 467 116 26
Binary 1100011 1100 1010011 0 1011000 10000 111101 100110111 1001110 10110

Color Harmonies of #630C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630C53

Black with #630C53

Text Example


Text Example

White with #630C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630C53; }

 p { color: rgb(99,12,83); }

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

background-color css

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

 a { background-color: rgb(99,12,83); }

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

border-color css

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

 span { border-color: rgb(99,12,83); }

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