Html Css Color HEX #63146D Seance

📋 copy color: '#63146D'

red 99 ◦ green 20 ◦ blue 109

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

Shades of Seance #63146D

Tints of Seance #63146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.77%

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 43.42%
G = 8.77%
B = 47.81%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#63146D (or 0x63146D) is known color: Seance. HEX triplet: 63, 14 and 6D. RGB value is (99,20,109). Sum of RGB (Red+Green+Blue) = 99+20+109=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #63146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63146D is #9CEB92. Grayscale: #353535. Windows color (decimal): -10283923 or 7148643. OLE color: 7148643.

HSL color Cylindrical-coordinate representation of color #63146D: hue angle of 293.26º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63146D is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 99 20 109 -
CMYK 0.09 0.82 0 0.57
HSL 293.26º 0.69% 0.25% -
HSV(B) 293.26º 0.82% 0.43% -
XYZ 8.16 4.26 14.86 -
YUV 53.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 99 20 109 0.09 0.82 0 0.57 293.26 0.69 0.25
Hex 63 14 6D 9 52 0 39 125 45 19
Octal 143 24 155 11 122 0 71 445 105 31
Binary 1100011 10100 1101101 1001 1010010 0 111001 100100101 1000101 11001

Color Harmonies of #63146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63146D

Black with #63146D

Text Example


Text Example

White with #63146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63146D; }

 p { color: rgb(99,20,109); }

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

background-color css

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

 a { background-color: rgb(99,20,109); }

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

border-color css

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

 span { border-color: rgb(99,20,109); }

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