Html Css Color HEX #632075 Seance

📋 copy color: '#632075'

red 99 ◦ green 32 ◦ blue 117

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

Shades of Seance #632075

Tints of Seance #632075

RGB

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

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

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

R = 39.92%
G = 12.9%
B = 47.18%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#632075 (or 0x632075) is known color: Seance. HEX triplet: 63, 20 and 75. RGB value is (99,32,117). Sum of RGB (Red+Green+Blue) = 99+32+117=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #632075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632075 is #9CDF8A. Grayscale: #3D3D3D. Windows color (decimal): -10280843 or 7676003. OLE color: 7676003.

HSL color Cylindrical-coordinate representation of color #632075: hue angle of 287.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #632075 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 32 117 -
CMYK 0.15 0.73 0 0.54
HSL 287.29º 0.57% 0.29% -
HSV(B) 287.29º 0.73% 0.46% -
XYZ 8.87 4.97 17.32 -
YUV 61.72 159.2 154.59 -
System Red Green Blue C M Y K H S L
Decimal 99 32 117 0.15 0.73 0 0.54 287.29 0.57 0.29
Hex 63 20 75 F 49 0 36 11F 39 1D
Octal 143 40 165 17 111 0 66 437 71 35
Binary 1100011 100000 1110101 1111 1001001 0 110110 100011111 111001 11101

Color Harmonies of #632075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632075

Black with #632075

Text Example


Text Example

White with #632075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632075; }

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

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

background-color css

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

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

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

border-color css

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

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

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