Html Css Color HEX #630A5E Palatinate Purple

📋 copy color: '#630A5E'

red 99 ◦ green 10 ◦ blue 94

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

Shades of Palatinate Purple #630A5E

Tints of Palatinate Purple #630A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 48.77%
G = 4.93%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#630A5E (or 0x630A5E) is known color: Palatinate Purple. HEX triplet: 63, 0A and 5E. RGB value is (99,10,94). Sum of RGB (Red+Green+Blue) = 99+10+94=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #630A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A5E is #9CF5A1. Grayscale: #2D2D2D. Windows color (decimal): -10286498 or 6163043. OLE color: 6163043.

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

Color convert

RGB 99 10 94 -
CMYK 0 0.90 0.05 0.61
HSL 303.37º 0.82% 0.21% -
HSV(B) 303.37º 0.9% 0.39% -
XYZ 7.27 3.68 10.92 -
YUV 46.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 99 10 94 0 0.90 0.05 0.61 303.37 0.82 0.21
Hex 63 A 5E 0 5A 5 3D 12F 52 15
Octal 143 12 136 0 132 5 75 457 122 25
Binary 1100011 1010 1011110 0 1011010 101 111101 100101111 1010010 10101

Color Harmonies of #630A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A5E

Black with #630A5E

Text Example


Text Example

White with #630A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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