Html Css Color HEX #631B66 Palatinate Purple

📋 copy color: '#631B66'

red 99 ◦ green 27 ◦ blue 102

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

Shades of Palatinate Purple #631B66

Tints of Palatinate Purple #631B66

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.84%

 BLUE value IS 102 (40.23% from 255) = 44.74%

R = 43.42%
G = 11.84%
B = 44.74%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#631B66 (or 0x631B66) is known color: Palatinate Purple. HEX triplet: 63, 1B and 66. RGB value is (99,27,102). Sum of RGB (Red+Green+Blue) = 99+27+102=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #631B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B66 is #9CE499. Grayscale: #383838. Windows color (decimal): -10282138 or 6691683. OLE color: 6691683.

HSL color Cylindrical-coordinate representation of color #631B66: hue angle of 297.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631B66 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 99 27 102 -
CMYK 0.03 0.74 0 0.6
HSL 297.6º 0.58% 0.25% -
HSV(B) 297.6º 0.74% 0.4% -
XYZ 7.94 4.4 13 -
YUV 57.08 153.35 157.9 -
System Red Green Blue C M Y K H S L
Decimal 99 27 102 0.03 0.74 0 0.6 297.6 0.58 0.25
Hex 63 1B 66 3 4A 0 3C 12A 3A 19
Octal 143 33 146 3 112 0 74 452 72 31
Binary 1100011 11011 1100110 11 1001010 0 111100 100101010 111010 11001

Color Harmonies of #631B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B66

Black with #631B66

Text Example


Text Example

White with #631B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631B66; }

 p { color: rgb(99,27,102); }

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

background-color css

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

 a { background-color: rgb(99,27,102); }

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

border-color css

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

 span { border-color: rgb(99,27,102); }

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