Html Css Color HEX #631265 Palatinate Purple

📋 copy color: '#631265'

red 99 ◦ green 18 ◦ blue 101

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

Shades of Palatinate Purple #631265

Tints of Palatinate Purple #631265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 45.41%
G = 8.26%
B = 46.33%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#631265 (or 0x631265) is known color: Palatinate Purple. HEX triplet: 63, 12 and 65. RGB value is (99,18,101). Sum of RGB (Red+Green+Blue) = 99+18+101=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #631265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631265 is #9CED9A. Grayscale: #333333. Windows color (decimal): -10284443 or 6623843. OLE color: 6623843.

HSL color Cylindrical-coordinate representation of color #631265: hue angle of 298.55º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631265 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 99 18 101 -
CMYK 0.02 0.82 0 0.60
HSL 298.55º 0.7% 0.23% -
HSV(B) 298.55º 0.82% 0.4% -
XYZ 7.71 4.02 12.68 -
YUV 51.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 99 18 101 0.02 0.82 0 0.60 298.55 0.7 0.23
Hex 63 12 65 2 52 0 3C 12B 46 17
Octal 143 22 145 2 122 0 74 453 106 27
Binary 1100011 10010 1100101 10 1010010 0 111100 100101011 1000110 10111

Color Harmonies of #631265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631265

Black with #631265

Text Example


Text Example

White with #631265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631265; }

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

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

background-color css

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

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

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

border-color css

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

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

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