Html Css Color HEX #630C69 Palatinate Purple

📋 copy color: '#630C69'

red 99 ◦ green 12 ◦ blue 105

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

Shades of Palatinate Purple #630C69

Tints of Palatinate Purple #630C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.56%

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

R = 45.83%
G = 5.56%
B = 48.61%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#630C69 (or 0x630C69) is known color: Palatinate Purple. HEX triplet: 63, 0C and 69. RGB value is (99,12,105). Sum of RGB (Red+Green+Blue) = 99+12+105=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #630C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630C69 is #9CF396. Grayscale: #303030. Windows color (decimal): -10285975 or 6884451. OLE color: 6884451.

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

Color convert

RGB 99 12 105 -
CMYK 0.06 0.89 0 0.59
HSL 296.13º 0.79% 0.23% -
HSV(B) 296.13º 0.89% 0.41% -
XYZ 7.83 3.94 13.71 -
YUV 48.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 99 12 105 0.06 0.89 0 0.59 296.13 0.79 0.23
Hex 63 C 69 6 59 0 3B 128 4F 17
Octal 143 14 151 6 131 0 73 450 117 27
Binary 1100011 1100 1101001 110 1011001 0 111011 100101000 1001111 10111

Color Harmonies of #630C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630C69

Black with #630C69

Text Example


Text Example

White with #630C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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