Html Css Color HEX #633270 Seance

📋 copy color: '#633270'

red 99 ◦ green 50 ◦ blue 112

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

Shades of Seance #633270

Tints of Seance #633270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 37.93%
G = 19.16%
B = 42.91%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#633270 (or 0x633270) is known color: Seance. HEX triplet: 63, 32 and 70. RGB value is (99,50,112). Sum of RGB (Red+Green+Blue) = 99+50+112=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #633270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633270 is #9CCD8F. Grayscale: #474747. Windows color (decimal): -10276240 or 7352931. OLE color: 7352931.

HSL color Cylindrical-coordinate representation of color #633270: hue angle of 287.42º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #633270 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 50 112 -
CMYK 0.12 0.55 0 0.56
HSL 287.42º 0.38% 0.32% -
HSV(B) 287.42º 0.55% 0.44% -
XYZ 9.21 6.1 16.02 -
YUV 71.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 99 50 112 0.12 0.55 0 0.56 287.42 0.38 0.32
Hex 63 32 70 C 37 0 38 11F 26 20
Octal 143 62 160 14 67 0 70 437 46 40
Binary 1100011 110010 1110000 1100 110111 0 111000 100011111 100110 100000

Color Harmonies of #633270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633270

Black with #633270

Text Example


Text Example

White with #633270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633270; }

 p { color: rgb(99,50,112); }

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

background-color css

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

 a { background-color: rgb(99,50,112); }

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

border-color css

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

 span { border-color: rgb(99,50,112); }

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