Html Css Color HEX #630768 Palatinate Purple

📋 copy color: '#630768'

red 99 ◦ green 7 ◦ blue 104

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

Shades of Palatinate Purple #630768

Tints of Palatinate Purple #630768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 47.14%
G = 3.33%
B = 49.52%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#630768 (or 0x630768) is known color: Palatinate Purple. HEX triplet: 63, 07 and 68. RGB value is (99,7,104). Sum of RGB (Red+Green+Blue) = 99+7+104=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #630768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630768 is #9CF897. Grayscale: #2D2D2D. Windows color (decimal): -10287256 or 6817635. OLE color: 6817635.

HSL color Cylindrical-coordinate representation of color #630768: hue angle of 296.91º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630768 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 7 104 -
CMYK 0.05 0.93 0 0.59
HSL 296.91º 0.87% 0.22% -
HSV(B) 296.91º 0.93% 0.41% -
XYZ 7.72 3.8 13.42 -
YUV 45.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 99 7 104 0.05 0.93 0 0.59 296.91 0.87 0.22
Hex 63 7 68 5 5D 0 3B 129 57 16
Octal 143 7 150 5 135 0 73 451 127 26
Binary 1100011 111 1101000 101 1011101 0 111011 100101001 1010111 10110

Color Harmonies of #630768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630768

Black with #630768

Text Example


Text Example

White with #630768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630768; }

 p { color: rgb(99,7,104); }

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

background-color css

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

 a { background-color: rgb(99,7,104); }

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

border-color css

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

 span { border-color: rgb(99,7,104); }

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