Html Css Color HEX #630558 Palatinate Purple

📋 copy color: '#630558'

red 99 ◦ green 5 ◦ blue 88

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

Shades of Palatinate Purple #630558

Tints of Palatinate Purple #630558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.6%

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

R = 51.56%
G = 2.6%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#630558 (or 0x630558) is known color: Palatinate Purple. HEX triplet: 63, 05 and 58. RGB value is (99,5,88). Sum of RGB (Red+Green+Blue) = 99+5+88=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #630558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630558 is #9CFAA7. Grayscale: #2A2A2A. Windows color (decimal): -10287784 or 5768547. OLE color: 5768547.

HSL color Cylindrical-coordinate representation of color #630558: hue angle of 307.02º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630558 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 5 88 -
CMYK 0 0.95 0.11 0.61
HSL 307.02º 0.9% 0.2% -
HSV(B) 307.02º 0.95% 0.39% -
XYZ 6.96 3.47 9.53 -
YUV 42.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 99 5 88 0 0.95 0.11 0.61 307.02 0.9 0.2
Hex 63 5 58 0 5F B 3D 133 5A 14
Octal 143 5 130 0 137 13 75 463 132 24
Binary 1100011 101 1011000 0 1011111 1011 111101 100110011 1011010 10100

Color Harmonies of #630558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630558

Black with #630558

Text Example


Text Example

White with #630558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630558; }

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

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

background-color css

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

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

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

border-color css

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

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

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