Html Css Color HEX #630968 Palatinate Purple

📋 copy color: '#630968'

red 99 ◦ green 9 ◦ blue 104

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

Shades of Palatinate Purple #630968

Tints of Palatinate Purple #630968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

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

R = 46.7%
G = 4.25%
B = 49.06%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#630968 (or 0x630968) is known color: Palatinate Purple. HEX triplet: 63, 09 and 68. RGB value is (99,9,104). Sum of RGB (Red+Green+Blue) = 99+9+104=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #630968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630968 is #9CF697. Grayscale: #2E2E2E. Windows color (decimal): -10286744 or 6818147. OLE color: 6818147.

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

Color convert

RGB 99 9 104 -
CMYK 0.05 0.91 0 0.59
HSL 296.84º 0.84% 0.22% -
HSV(B) 296.84º 0.91% 0.41% -
XYZ 7.74 3.85 13.43 -
YUV 46.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 99 9 104 0.05 0.91 0 0.59 296.84 0.84 0.22
Hex 63 9 68 5 5B 0 3B 129 54 16
Octal 143 11 150 5 133 0 73 451 124 26
Binary 1100011 1001 1101000 101 1011011 0 111011 100101001 1010100 10110

Color Harmonies of #630968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630968

Black with #630968

Text Example


Text Example

White with #630968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630968; }

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

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

background-color css

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

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

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

border-color css

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

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

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