Html Css Color HEX #630A59 Palatinate Purple

📋 copy color: '#630A59'

red 99 ◦ green 10 ◦ blue 89

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

Shades of Palatinate Purple #630A59

Tints of Palatinate Purple #630A59

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.05%

 BLUE value IS 89 (35.16% from 255) = 44.95%

R = 50%
G = 5.05%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#630A59 (or 0x630A59) is known color: Palatinate Purple. HEX triplet: 63, 0A and 59. RGB value is (99,10,89). Sum of RGB (Red+Green+Blue) = 99+10+89=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #630A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A59 is #9CF5A6. Grayscale: #2D2D2D. Windows color (decimal): -10286503 or 5835363. OLE color: 5835363.

HSL color Cylindrical-coordinate representation of color #630A59: hue angle of 306.74º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A59 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 10 89 -
CMYK 0 0.90 0.10 0.61
HSL 306.74º 0.82% 0.21% -
HSV(B) 306.74º 0.9% 0.39% -
XYZ 7.06 3.59 9.77 -
YUV 45.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 99 10 89 0 0.90 0.10 0.61 306.74 0.82 0.21
Hex 63 A 59 0 5A A 3D 133 52 15
Octal 143 12 131 0 132 12 75 463 122 25
Binary 1100011 1010 1011001 0 1011010 1010 111101 100110011 1010010 10101

Color Harmonies of #630A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A59

Black with #630A59

Text Example


Text Example

White with #630A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,10,89); }

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

background-color css

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

 a { background-color: rgb(99,10,89); }

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

border-color css

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

 span { border-color: rgb(99,10,89); }

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