Html Css Color HEX #630A58 Palatinate Purple

📋 copy color: '#630A58'

red 99 ◦ green 10 ◦ blue 88

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

Shades of Palatinate Purple #630A58

Tints of Palatinate Purple #630A58

RGB

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

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

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

R = 50.25%
G = 5.08%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#630A58 (or 0x630A58) is known color: Palatinate Purple. HEX triplet: 63, 0A and 58. RGB value is (99,10,88). Sum of RGB (Red+Green+Blue) = 99+10+88=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #630A58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A58 is #9CF5A7. Grayscale: #2D2D2D. Windows color (decimal): -10286504 or 5769827. OLE color: 5769827.

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

Color convert

RGB 99 10 88 -
CMYK 0 0.90 0.11 0.61
HSL 307.42º 0.82% 0.21% -
HSV(B) 307.42º 0.9% 0.39% -
XYZ 7.02 3.57 9.55 -
YUV 45.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 99 10 88 0 0.90 0.11 0.61 307.42 0.82 0.21
Hex 63 A 58 0 5A B 3D 133 52 15
Octal 143 12 130 0 132 13 75 463 122 25
Binary 1100011 1010 1011000 0 1011010 1011 111101 100110011 1010010 10101

Color Harmonies of #630A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A58

Black with #630A58

Text Example


Text Example

White with #630A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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