Html Css Color HEX #63225A Palatinate Purple

📋 copy color: '#63225A'

red 99 ◦ green 34 ◦ blue 90

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

Shades of Palatinate Purple #63225A

Tints of Palatinate Purple #63225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

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

R = 44.39%
G = 15.25%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63225A (or 0x63225A) is known color: Palatinate Purple. HEX triplet: 63, 22 and 5A. RGB value is (99,34,90). Sum of RGB (Red+Green+Blue) = 99+34+90=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #63225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63225A is #9CDDA5. Grayscale: #3B3B3B. Windows color (decimal): -10280358 or 5907043. OLE color: 5907043.

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

Color convert

RGB 99 34 90 -
CMYK 0 0.66 0.09 0.61
HSL 308.31º 0.49% 0.26% -
HSV(B) 308.31º 0.66% 0.39% -
XYZ 7.56 4.53 10.15 -
YUV 59.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 99 34 90 0 0.66 0.09 0.61 308.31 0.49 0.26
Hex 63 22 5A 0 42 9 3D 134 31 1A
Octal 143 42 132 0 102 11 75 464 61 32
Binary 1100011 100010 1011010 0 1000010 1001 111101 100110100 110001 11010

Color Harmonies of #63225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63225A

Black with #63225A

Text Example


Text Example

White with #63225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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