Html Css Color HEX #630172 Purple

📋 copy color: '#630172'

red 99 ◦ green 1 ◦ blue 114

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

Shades of Purple #630172

Tints of Purple #630172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.27%

R = 46.26%
G = 0.47%
B = 53.27%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#630172 (or 0x630172) is known color: Purple. HEX triplet: 63, 01 and 72. RGB value is (99,1,114). Sum of RGB (Red+Green+Blue) = 99+1+114=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #630172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630172 is #9CFE8D. Grayscale: #2A2A2A. Windows color (decimal): -10288782 or 7471459. OLE color: 7471459.

HSL color Cylindrical-coordinate representation of color #630172: hue angle of 292.04º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630172 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 1 114 -
CMYK 0.13 0.99 0 0.55
HSL 292.04º 0.98% 0.23% -
HSV(B) 292.04º 0.99% 0.45% -
XYZ 8.19 3.89 16.24 -
YUV 43.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 99 1 114 0.13 0.99 0 0.55 292.04 0.98 0.23
Hex 63 1 72 D 63 0 37 124 62 17
Octal 143 1 162 15 143 0 67 444 142 27
Binary 1100011 1 1110010 1101 1100011 0 110111 100100100 1100010 10111

Color Harmonies of #630172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630172

Black with #630172

Text Example


Text Example

White with #630172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630172; }

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

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

background-color css

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

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

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

border-color css

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

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

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