Html Css Color HEX #630070 Purple

📋 copy color: '#630070'

red 99 ◦ green 0 ◦ blue 112

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

Shades of Purple #630070

Tints of Purple #630070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.92%
G = 0%
B = 53.08%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#630070 (or 0x630070) is known color: Purple. HEX triplet: 63, 00 and 70. RGB value is (99,0,112). Sum of RGB (Red+Green+Blue) = 99+0+112=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #630070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630070 is #9CFF8F. Grayscale: #2A2A2A. Windows color (decimal): -10289040 or 7340131. OLE color: 7340131.

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

Color convert

RGB 99 0 112 -
CMYK 0.12 1 0 0.56
HSL 293.04º 1% 0.22% -
HSV(B) 293.04º 1% 0.44% -
XYZ 8.07 3.82 15.64 -
YUV 42.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 99 0 112 0.12 1 0 0.56 293.04 1 0.22
Hex 63 0 70 C 64 0 38 125 64 16
Octal 143 0 160 14 144 0 70 445 144 26
Binary 1100011 0 1110000 1100 1100100 0 111000 100100101 1100100 10110

Color Harmonies of #630070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630070

Black with #630070

Text Example


Text Example

White with #630070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630070; }

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

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

background-color css

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

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

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

border-color css

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

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

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