Html Css Color HEX #630670 Purple

📋 copy color: '#630670'

red 99 ◦ green 6 ◦ blue 112

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

Shades of Purple #630670

Tints of Purple #630670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

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

R = 45.62%
G = 2.76%
B = 51.61%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#630670 (or 0x630670) is known color: Purple. HEX triplet: 63, 06 and 70. RGB value is (99,6,112). Sum of RGB (Red+Green+Blue) = 99+6+112=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #630670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630670 is #9CF98F. Grayscale: #2D2D2D. Windows color (decimal): -10287504 or 7341667. OLE color: 7341667.

HSL color Cylindrical-coordinate representation of color #630670: hue angle of 292.64º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630670 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 6 112 -
CMYK 0.12 0.95 0 0.56
HSL 292.64º 0.9% 0.23% -
HSV(B) 292.64º 0.95% 0.44% -
XYZ 8.14 3.95 15.66 -
YUV 45.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 99 6 112 0.12 0.95 0 0.56 292.64 0.9 0.23
Hex 63 6 70 C 5F 0 38 125 5A 17
Octal 143 6 160 14 137 0 70 445 132 27
Binary 1100011 110 1110000 1100 1011111 0 111000 100100101 1011010 10111

Color Harmonies of #630670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630670

Black with #630670

Text Example


Text Example

White with #630670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630670; }

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

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

background-color css

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

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

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

border-color css

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

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

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