Html Css Color HEX #630A5A Palatinate Purple

📋 copy color: '#630A5A'

red 99 ◦ green 10 ◦ blue 90

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

Shades of Palatinate Purple #630A5A

Tints of Palatinate Purple #630A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.23%

R = 49.75%
G = 5.03%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#630A5A (or 0x630A5A) is known color: Palatinate Purple. HEX triplet: 63, 0A and 5A. RGB value is (99,10,90). Sum of RGB (Red+Green+Blue) = 99+10+90=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #630A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A5A is #9CF5A5. Grayscale: #2D2D2D. Windows color (decimal): -10286502 or 5900899. OLE color: 5900899.

HSL color Cylindrical-coordinate representation of color #630A5A: hue angle of 306.07º 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 #630A5A is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 10 90 -
CMYK 0 0.90 0.09 0.61
HSL 306.07º 0.82% 0.21% -
HSV(B) 306.07º 0.9% 0.39% -
XYZ 7.1 3.61 10 -
YUV 45.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 99 10 90 0 0.90 0.09 0.61 306.07 0.82 0.21
Hex 63 A 5A 0 5A 9 3D 132 52 15
Octal 143 12 132 0 132 11 75 462 122 25
Binary 1100011 1010 1011010 0 1011010 1001 111101 100110010 1010010 10101

Color Harmonies of #630A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A5A

Black with #630A5A

Text Example


Text Example

White with #630A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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