Html Css Color HEX #63196B Seance

📋 copy color: '#63196B'

red 99 ◦ green 25 ◦ blue 107

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

Shades of Seance #63196B

Tints of Seance #63196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

 BLUE value IS 107 (42.19% from 255) = 46.32%

R = 42.86%
G = 10.82%
B = 46.32%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#63196B (or 0x63196B) is known color: Seance. HEX triplet: 63, 19 and 6B. RGB value is (99,25,107). Sum of RGB (Red+Green+Blue) = 99+25+107=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #63196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63196B is #9CE694. Grayscale: #383838. Windows color (decimal): -10282645 or 7018851. OLE color: 7018851.

HSL color Cylindrical-coordinate representation of color #63196B: hue angle of 294.15º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63196B is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 25 107 -
CMYK 0.07 0.77 0 0.58
HSL 294.15º 0.62% 0.26% -
HSV(B) 294.15º 0.77% 0.42% -
XYZ 8.15 4.41 14.33 -
YUV 56.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 99 25 107 0.07 0.77 0 0.58 294.15 0.62 0.26
Hex 63 19 6B 7 4D 0 3A 126 3E 1A
Octal 143 31 153 7 115 0 72 446 76 32
Binary 1100011 11001 1101011 111 1001101 0 111010 100100110 111110 11010

Color Harmonies of #63196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63196B

Black with #63196B

Text Example


Text Example

White with #63196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63196B; }

 p { color: rgb(99,25,107); }

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

background-color css

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

 a { background-color: rgb(99,25,107); }

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

border-color css

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

 span { border-color: rgb(99,25,107); }

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