Html Css Color HEX #63215C Palatinate Purple

📋 copy color: '#63215C'

red 99 ◦ green 33 ◦ blue 92

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

Shades of Palatinate Purple #63215C

Tints of Palatinate Purple #63215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

 BLUE value IS 92 (36.33% from 255) = 41.07%

R = 44.2%
G = 14.73%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63215C (or 0x63215C) is known color: Palatinate Purple. HEX triplet: 63, 21 and 5C. RGB value is (99,33,92). Sum of RGB (Red+Green+Blue) = 99+33+92=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63215C is #9CDEA3. Grayscale: #3B3B3B. Windows color (decimal): -10280612 or 6037859. OLE color: 6037859.

HSL color Cylindrical-coordinate representation of color #63215C: hue angle of 306.36º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63215C is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 92 -
CMYK 0 0.67 0.07 0.61
HSL 306.36º 0.5% 0.26% -
HSV(B) 306.36º 0.67% 0.39% -
XYZ 7.62 4.51 10.59 -
YUV 59.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 99 33 92 0 0.67 0.07 0.61 306.36 0.5 0.26
Hex 63 21 5C 0 43 7 3D 132 32 1A
Octal 143 41 134 0 103 7 75 462 62 32
Binary 1100011 100001 1011100 0 1000011 111 111101 100110010 110010 11010

Color Harmonies of #63215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63215C

Black with #63215C

Text Example


Text Example

White with #63215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63215C; }

 p { color: rgb(99,33,92); }

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

background-color css

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

 a { background-color: rgb(99,33,92); }

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

border-color css

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

 span { border-color: rgb(99,33,92); }

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