Html Css Color HEX #632460 Palatinate Purple

📋 copy color: '#632460'

red 99 ◦ green 36 ◦ blue 96

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

Shades of Palatinate Purple #632460

Tints of Palatinate Purple #632460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 42.86%
G = 15.58%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#632460 (or 0x632460) is known color: Palatinate Purple. HEX triplet: 63, 24 and 60. RGB value is (99,36,96). Sum of RGB (Red+Green+Blue) = 99+36+96=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #632460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632460 is #9CDB9F. Grayscale: #3D3D3D. Windows color (decimal): -10279840 or 6300771. OLE color: 6300771.

HSL color Cylindrical-coordinate representation of color #632460: hue angle of 302.86º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #632460 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 36 96 -
CMYK 0 0.64 0.03 0.61
HSL 302.86º 0.47% 0.26% -
HSV(B) 302.86º 0.64% 0.39% -
XYZ 7.89 4.76 11.57 -
YUV 61.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 99 36 96 0 0.64 0.03 0.61 302.86 0.47 0.26
Hex 63 24 60 0 40 3 3D 12F 2F 1A
Octal 143 44 140 0 100 3 75 457 57 32
Binary 1100011 100100 1100000 0 1000000 11 111101 100101111 101111 11010

Color Harmonies of #632460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632460

Black with #632460

Text Example


Text Example

White with #632460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632460; }

 p { color: rgb(99,36,96); }

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

background-color css

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

 a { background-color: rgb(99,36,96); }

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

border-color css

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

 span { border-color: rgb(99,36,96); }

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