Html Css Color HEX #631D7D Seance

📋 copy color: '#631D7D'

red 99 ◦ green 29 ◦ blue 125

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

Shades of Seance #631D7D

Tints of Seance #631D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.46%

 BLUE value IS 125 (49.22% from 255) = 49.41%

R = 39.13%
G = 11.46%
B = 49.41%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#631D7D (or 0x631D7D) is known color: Seance. HEX triplet: 63, 1D and 7D. RGB value is (99,29,125). Sum of RGB (Red+Green+Blue) = 99+29+125=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #631D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631D7D is #9CE282. Grayscale: #3C3C3C. Windows color (decimal): -10281603 or 8199523. OLE color: 8199523.

HSL color Cylindrical-coordinate representation of color #631D7D: hue angle of 283.75º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #631D7D is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 29 125 -
CMYK 0.21 0.77 0 0.51
HSL 283.75º 0.62% 0.3% -
HSV(B) 283.75º 0.77% 0.49% -
XYZ 9.29 5.01 19.88 -
YUV 60.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 99 29 125 0.21 0.77 0 0.51 283.75 0.62 0.3
Hex 63 1D 7D 15 4D 0 33 11C 3E 1E
Octal 143 35 175 25 115 0 63 434 76 36
Binary 1100011 11101 1111101 10101 1001101 0 110011 100011100 111110 11110

Color Harmonies of #631D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631D7D

Black with #631D7D

Text Example


Text Example

White with #631D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,29,125); }

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

background-color css

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

 a { background-color: rgb(99,29,125); }

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

border-color css

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

 span { border-color: rgb(99,29,125); }

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