Html Css Color HEX #632F74 Seance

📋 copy color: '#632F74'

red 99 ◦ green 47 ◦ blue 116

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

Shades of Seance #632F74

Tints of Seance #632F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 37.79%
G = 17.94%
B = 44.27%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#632F74 (or 0x632F74) is known color: Seance. HEX triplet: 63, 2F and 74. RGB value is (99,47,116). Sum of RGB (Red+Green+Blue) = 99+47+116=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #632F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632F74 is #9CD08B. Grayscale: #464646. Windows color (decimal): -10277004 or 7614307. OLE color: 7614307.

HSL color Cylindrical-coordinate representation of color #632F74: hue angle of 285.22º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632F74 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 47 116 -
CMYK 0.15 0.59 0 0.55
HSL 285.22º 0.42% 0.32% -
HSV(B) 285.22º 0.59% 0.45% -
XYZ 9.31 5.95 17.18 -
YUV 70.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 99 47 116 0.15 0.59 0 0.55 285.22 0.42 0.32
Hex 63 2F 74 F 3B 0 37 11D 2A 20
Octal 143 57 164 17 73 0 67 435 52 40
Binary 1100011 101111 1110100 1111 111011 0 110111 100011101 101010 100000

Color Harmonies of #632F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632F74

Black with #632F74

Text Example


Text Example

White with #632F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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