Html Css Color HEX #630F60 Palatinate Purple

📋 copy color: '#630F60'

red 99 ◦ green 15 ◦ blue 96

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

Shades of Palatinate Purple #630F60

Tints of Palatinate Purple #630F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.14%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 47.14%
G = 7.14%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#630F60 (or 0x630F60) is known color: Palatinate Purple. HEX triplet: 63, 0F and 60. RGB value is (99,15,96). Sum of RGB (Red+Green+Blue) = 99+15+96=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #630F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F60 is #9CF09F. Grayscale: #313131. Windows color (decimal): -10285216 or 6295395. OLE color: 6295395.

HSL color Cylindrical-coordinate representation of color #630F60: hue angle of 302.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F60 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 15 96 -
CMYK 0 0.85 0.03 0.61
HSL 302.14º 0.74% 0.22% -
HSV(B) 302.14º 0.85% 0.39% -
XYZ 7.43 3.84 11.42 -
YUV 49.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 99 15 96 0 0.85 0.03 0.61 302.14 0.74 0.22
Hex 63 F 60 0 55 3 3D 12E 4A 16
Octal 143 17 140 0 125 3 75 456 112 26
Binary 1100011 1111 1100000 0 1010101 11 111101 100101110 1001010 10110

Color Harmonies of #630F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F60

Black with #630F60

Text Example


Text Example

White with #630F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,15,96); }

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

background-color css

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

 a { background-color: rgb(99,15,96); }

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

border-color css

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

 span { border-color: rgb(99,15,96); }

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