Html Css Color HEX #630170 Purple

📋 copy color: '#630170'

red 99 ◦ green 1 ◦ blue 112

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

Shades of Purple #630170

Tints of Purple #630170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 46.7%
G = 0.47%
B = 52.83%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#630170 (or 0x630170) is known color: Purple. HEX triplet: 63, 01 and 70. RGB value is (99,1,112). Sum of RGB (Red+Green+Blue) = 99+1+112=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #630170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630170 is #9CFE8F. Grayscale: #2A2A2A. Windows color (decimal): -10288784 or 7340387. OLE color: 7340387.

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

Color convert

RGB 99 1 112 -
CMYK 0.12 0.99 0 0.56
HSL 292.97º 0.98% 0.22% -
HSV(B) 292.97º 0.99% 0.44% -
XYZ 8.08 3.84 15.65 -
YUV 42.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 99 1 112 0.12 0.99 0 0.56 292.97 0.98 0.22
Hex 63 1 70 C 63 0 38 125 62 16
Octal 143 1 160 14 143 0 70 445 142 26
Binary 1100011 1 1110000 1100 1100011 0 111000 100100101 1100010 10110

Color Harmonies of #630170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630170

Black with #630170

Text Example


Text Example

White with #630170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630170; }

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

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

background-color css

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

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

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

border-color css

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

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

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