Html Css Color HEX #630E70 Seance

📋 copy color: '#630E70'

red 99 ◦ green 14 ◦ blue 112

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

Shades of Seance #630E70

Tints of Seance #630E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.22%

 BLUE value IS 112 (44.14% from 255) = 49.78%

R = 44%
G = 6.22%
B = 49.78%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#630E70 (or 0x630E70) is known color: Seance. HEX triplet: 63, 0E and 70. RGB value is (99,14,112). Sum of RGB (Red+Green+Blue) = 99+14+112=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #630E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630E70 is #9CF18F. Grayscale: #323232. Windows color (decimal): -10285456 or 7343715. OLE color: 7343715.

HSL color Cylindrical-coordinate representation of color #630E70: hue angle of 292.04º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630E70 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 14 112 -
CMYK 0.12 0.88 0 0.56
HSL 292.04º 0.78% 0.25% -
HSV(B) 292.04º 0.88% 0.44% -
XYZ 8.23 4.14 15.69 -
YUV 50.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 99 14 112 0.12 0.88 0 0.56 292.04 0.78 0.25
Hex 63 E 70 C 58 0 38 124 4E 19
Octal 143 16 160 14 130 0 70 444 116 31
Binary 1100011 1110 1110000 1100 1011000 0 111000 100100100 1001110 11001

Color Harmonies of #630E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E70

Black with #630E70

Text Example


Text Example

White with #630E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630E70; }

 p { color: rgb(99,14,112); }

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

background-color css

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

 a { background-color: rgb(99,14,112); }

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

border-color css

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

 span { border-color: rgb(99,14,112); }

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