Html Css Color HEX #632073 Seance

📋 copy color: '#632073'

red 99 ◦ green 32 ◦ blue 115

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

Shades of Seance #632073

Tints of Seance #632073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.01%

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 40.24%
G = 13.01%
B = 46.75%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#632073 (or 0x632073) is known color: Seance. HEX triplet: 63, 20 and 73. RGB value is (99,32,115). Sum of RGB (Red+Green+Blue) = 99+32+115=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #632073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632073 is #9CDF8C. Grayscale: #3D3D3D. Windows color (decimal): -10280845 or 7544931. OLE color: 7544931.

HSL color Cylindrical-coordinate representation of color #632073: hue angle of 288.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #632073 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 32 115 -
CMYK 0.14 0.72 0 0.55
HSL 288.43º 0.56% 0.29% -
HSV(B) 288.43º 0.72% 0.45% -
XYZ 8.76 4.92 16.71 -
YUV 61.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 99 32 115 0.14 0.72 0 0.55 288.43 0.56 0.29
Hex 63 20 73 E 48 0 37 120 38 1D
Octal 143 40 163 16 110 0 67 440 70 35
Binary 1100011 100000 1110011 1110 1001000 0 110111 100100000 111000 11101

Color Harmonies of #632073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632073

Black with #632073

Text Example


Text Example

White with #632073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632073; }

 p { color: rgb(99,32,115); }

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

background-color css

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

 a { background-color: rgb(99,32,115); }

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

border-color css

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

 span { border-color: rgb(99,32,115); }

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