Html Css Color HEX #631572 Seance

📋 copy color: '#631572'

red 99 ◦ green 21 ◦ blue 114

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

Shades of Seance #631572

Tints of Seance #631572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.97%

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 42.31%
G = 8.97%
B = 48.72%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#631572 (or 0x631572) is known color: Seance. HEX triplet: 63, 15 and 72. RGB value is (99,21,114). Sum of RGB (Red+Green+Blue) = 99+21+114=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #631572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631572 is #9CEA8D. Grayscale: #363636. Windows color (decimal): -10283662 or 7476579. OLE color: 7476579.

HSL color Cylindrical-coordinate representation of color #631572: hue angle of 290.32º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631572 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 21 114 -
CMYK 0.13 0.82 0 0.55
HSL 290.32º 0.69% 0.26% -
HSV(B) 290.32º 0.82% 0.45% -
XYZ 8.45 4.4 16.32 -
YUV 54.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 99 21 114 0.13 0.82 0 0.55 290.32 0.69 0.26
Hex 63 15 72 D 52 0 37 122 45 1A
Octal 143 25 162 15 122 0 67 442 105 32
Binary 1100011 10101 1110010 1101 1010010 0 110111 100100010 1000101 11010

Color Harmonies of #631572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631572

Black with #631572

Text Example


Text Example

White with #631572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631572; }

 p { color: rgb(99,21,114); }

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

background-color css

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

 a { background-color: rgb(99,21,114); }

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

border-color css

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

 span { border-color: rgb(99,21,114); }

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