Html Css Color HEX #632F75 Seance

📋 copy color: '#632F75'

red 99 ◦ green 47 ◦ blue 117

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

Shades of Seance #632F75

Tints of Seance #632F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 37.64%
G = 17.87%
B = 44.49%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#632F75 (or 0x632F75) is known color: Seance. HEX triplet: 63, 2F and 75. RGB value is (99,47,117). Sum of RGB (Red+Green+Blue) = 99+47+117=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #632F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632F75 is #9CD08A. Grayscale: #464646. Windows color (decimal): -10277003 or 7679843. OLE color: 7679843.

HSL color Cylindrical-coordinate representation of color #632F75: hue angle of 284.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #632F75 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 47 117 -
CMYK 0.15 0.60 0 0.54
HSL 284.57º 0.43% 0.32% -
HSV(B) 284.57º 0.6% 0.46% -
XYZ 9.37 5.97 17.49 -
YUV 70.53 154.23 148.31 -
System Red Green Blue C M Y K H S L
Decimal 99 47 117 0.15 0.60 0 0.54 284.57 0.43 0.32
Hex 63 2F 75 F 3C 0 36 11D 2B 20
Octal 143 57 165 17 74 0 66 435 53 40
Binary 1100011 101111 1110101 1111 111100 0 110110 100011101 101011 100000

Color Harmonies of #632F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632F75

Black with #632F75

Text Example


Text Example

White with #632F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632F75; }

 p { color: rgb(99,47,117); }

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

background-color css

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

 a { background-color: rgb(99,47,117); }

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

border-color css

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

 span { border-color: rgb(99,47,117); }

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