Html Css Color HEX #630F75 Seance

📋 copy color: '#630F75'

red 99 ◦ green 15 ◦ blue 117

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

Shades of Seance #630F75

Tints of Seance #630F75

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.49%

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

R = 42.86%
G = 6.49%
B = 50.65%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#630F75 (or 0x630F75) is known color: Seance. HEX triplet: 63, 0F and 75. RGB value is (99,15,117). Sum of RGB (Red+Green+Blue) = 99+15+117=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #630F75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F75 is #9CF08A. Grayscale: #333333. Windows color (decimal): -10285195 or 7671651. OLE color: 7671651.

HSL color Cylindrical-coordinate representation of color #630F75: hue angle of 289.41º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #630F75 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 15 117 -
CMYK 0.15 0.87 0 0.54
HSL 289.41º 0.77% 0.26% -
HSV(B) 289.41º 0.87% 0.46% -
XYZ 8.53 4.28 17.21 -
YUV 51.74 164.83 161.71 -
System Red Green Blue C M Y K H S L
Decimal 99 15 117 0.15 0.87 0 0.54 289.41 0.77 0.26
Hex 63 F 75 F 57 0 36 121 4D 1A
Octal 143 17 165 17 127 0 66 441 115 32
Binary 1100011 1111 1110101 1111 1010111 0 110110 100100001 1001101 11010

Color Harmonies of #630F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F75

Black with #630F75

Text Example


Text Example

White with #630F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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