Html Css Color HEX #63125A Palatinate Purple

📋 copy color: '#63125A'

red 99 ◦ green 18 ◦ blue 90

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

Shades of Palatinate Purple #63125A

Tints of Palatinate Purple #63125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

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

R = 47.83%
G = 8.7%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63125A (or 0x63125A) is known color: Palatinate Purple. HEX triplet: 63, 12 and 5A. RGB value is (99,18,90). Sum of RGB (Red+Green+Blue) = 99+18+90=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #63125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63125A is #9CEDA5. Grayscale: #323232. Windows color (decimal): -10284454 or 5902947. OLE color: 5902947.

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

Color convert

RGB 99 18 90 -
CMYK 0 0.82 0.09 0.61
HSL 306.67º 0.69% 0.23% -
HSV(B) 306.67º 0.82% 0.39% -
XYZ 7.21 3.82 10.03 -
YUV 50.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 99 18 90 0 0.82 0.09 0.61 306.67 0.69 0.23
Hex 63 12 5A 0 52 9 3D 133 45 17
Octal 143 22 132 0 122 11 75 463 105 27
Binary 1100011 10010 1011010 0 1010010 1001 111101 100110011 1000101 10111

Color Harmonies of #63125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63125A

Black with #63125A

Text Example


Text Example

White with #63125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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