Html Css Color HEX #631A68 Palatinate Purple

📋 copy color: '#631A68'

red 99 ◦ green 26 ◦ blue 104

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

Shades of Palatinate Purple #631A68

Tints of Palatinate Purple #631A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.35%

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

R = 43.23%
G = 11.35%
B = 45.41%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#631A68 (or 0x631A68) is known color: Palatinate Purple. HEX triplet: 63, 1A and 68. RGB value is (99,26,104). Sum of RGB (Red+Green+Blue) = 99+26+104=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #631A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A68 is #9CE597. Grayscale: #383838. Windows color (decimal): -10282392 or 6822499. OLE color: 6822499.

HSL color Cylindrical-coordinate representation of color #631A68: hue angle of 296.15º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631A68 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 99 26 104 -
CMYK 0.05 0.75 0 0.59
HSL 296.15º 0.6% 0.25% -
HSV(B) 296.15º 0.75% 0.41% -
XYZ 8.01 4.39 13.52 -
YUV 56.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 99 26 104 0.05 0.75 0 0.59 296.15 0.6 0.25
Hex 63 1A 68 5 4B 0 3B 128 3C 19
Octal 143 32 150 5 113 0 73 450 74 31
Binary 1100011 11010 1101000 101 1001011 0 111011 100101000 111100 11001

Color Harmonies of #631A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631A68

Black with #631A68

Text Example


Text Example

White with #631A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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