Html Css Color HEX #630D69 Palatinate Purple

📋 copy color: '#630D69'

red 99 ◦ green 13 ◦ blue 105

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

Shades of Palatinate Purple #630D69

Tints of Palatinate Purple #630D69

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.99%

 BLUE value IS 105 (41.41% from 255) = 48.39%

R = 45.62%
G = 5.99%
B = 48.39%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#630D69 (or 0x630D69) is known color: Palatinate Purple. HEX triplet: 63, 0D and 69. RGB value is (99,13,105). Sum of RGB (Red+Green+Blue) = 99+13+105=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #630D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630D69 is #9CF296. Grayscale: #303030. Windows color (decimal): -10285719 or 6884707. OLE color: 6884707.

HSL color Cylindrical-coordinate representation of color #630D69: hue angle of 296.09º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630D69 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 13 105 -
CMYK 0.06 0.88 0 0.59
HSL 296.09º 0.78% 0.23% -
HSV(B) 296.09º 0.88% 0.41% -
XYZ 7.84 3.96 13.72 -
YUV 49.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 99 13 105 0.06 0.88 0 0.59 296.09 0.78 0.23
Hex 63 D 69 6 58 0 3B 128 4E 17
Octal 143 15 151 6 130 0 73 450 116 27
Binary 1100011 1101 1101001 110 1011000 0 111011 100101000 1001110 10111

Color Harmonies of #630D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630D69

Black with #630D69

Text Example


Text Example

White with #630D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630D69; }

 p { color: rgb(99,13,105); }

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

background-color css

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

 a { background-color: rgb(99,13,105); }

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

border-color css

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

 span { border-color: rgb(99,13,105); }

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