Html Css Color HEX #63255A Palatinate Purple

📋 copy color: '#63255A'

red 99 ◦ green 37 ◦ blue 90

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

Shades of Palatinate Purple #63255A

Tints of Palatinate Purple #63255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 43.81%
G = 16.37%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63255A (or 0x63255A) is known color: Palatinate Purple. HEX triplet: 63, 25 and 5A. RGB value is (99,37,90). Sum of RGB (Red+Green+Blue) = 99+37+90=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63255A is #9CDAA5. Grayscale: #3D3D3D. Windows color (decimal): -10279590 or 5907811. OLE color: 5907811.

HSL color Cylindrical-coordinate representation of color #63255A: hue angle of 308.71º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63255A is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 37 90 -
CMYK 0 0.63 0.09 0.61
HSL 308.71º 0.46% 0.27% -
HSV(B) 308.71º 0.63% 0.39% -
XYZ 7.65 4.71 10.18 -
YUV 61.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 99 37 90 0 0.63 0.09 0.61 308.71 0.46 0.27
Hex 63 25 5A 0 3F 9 3D 135 2E 1B
Octal 143 45 132 0 77 11 75 465 56 33
Binary 1100011 100101 1011010 0 111111 1001 111101 100110101 101110 11011

Color Harmonies of #63255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63255A

Black with #63255A

Text Example


Text Example

White with #63255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63255A; }

 p { color: rgb(99,37,90); }

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

background-color css

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

 a { background-color: rgb(99,37,90); }

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

border-color css

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

 span { border-color: rgb(99,37,90); }

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