Html Css Color HEX #630565 Palatinate Purple

📋 copy color: '#630565'

red 99 ◦ green 5 ◦ blue 101

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

Shades of Palatinate Purple #630565

Tints of Palatinate Purple #630565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.27%

R = 48.29%
G = 2.44%
B = 49.27%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#630565 (or 0x630565) is known color: Palatinate Purple. HEX triplet: 63, 05 and 65. RGB value is (99,5,101). Sum of RGB (Red+Green+Blue) = 99+5+101=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #630565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630565 is #9CFA9A. Grayscale: #2B2B2B. Windows color (decimal): -10287771 or 6620515. OLE color: 6620515.

HSL color Cylindrical-coordinate representation of color #630565: hue angle of 298.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630565 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 99 5 101 -
CMYK 0.02 0.95 0 0.60
HSL 298.75º 0.91% 0.21% -
HSV(B) 298.75º 0.95% 0.4% -
XYZ 7.55 3.7 12.63 -
YUV 44.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 99 5 101 0.02 0.95 0 0.60 298.75 0.91 0.21
Hex 63 5 65 2 5F 0 3C 12B 5B 15
Octal 143 5 145 2 137 0 74 453 133 25
Binary 1100011 101 1100101 10 1011111 0 111100 100101011 1011011 10101

Color Harmonies of #630565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630565

Black with #630565

Text Example


Text Example

White with #630565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630565; }

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

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

background-color css

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

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

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

border-color css

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

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

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