Html Css Color HEX #630271 Purple

📋 copy color: '#630271'

red 99 ◦ green 2 ◦ blue 113

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

Shades of Purple #630271

Tints of Purple #630271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 113 (44.53% from 255) = 52.8%

R = 46.26%
G = 0.93%
B = 52.8%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#630271 (or 0x630271) is known color: Purple. HEX triplet: 63, 02 and 71. RGB value is (99,2,113). Sum of RGB (Red+Green+Blue) = 99+2+113=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #630271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630271 is #9CFD8E. Grayscale: #2B2B2B. Windows color (decimal): -10288527 or 7406179. OLE color: 7406179.

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

Color convert

RGB 99 2 113 -
CMYK 0.12 0.98 0 0.56
HSL 292.43º 0.97% 0.23% -
HSV(B) 292.43º 0.98% 0.44% -
XYZ 8.15 3.89 15.94 -
YUV 43.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 99 2 113 0.12 0.98 0 0.56 292.43 0.97 0.23
Hex 63 2 71 C 62 0 38 124 61 17
Octal 143 2 161 14 142 0 70 444 141 27
Binary 1100011 10 1110001 1100 1100010 0 111000 100100100 1100001 10111

Color Harmonies of #630271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630271

Black with #630271

Text Example


Text Example

White with #630271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630271; }

 p { color: rgb(99,2,113); }

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

background-color css

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

 a { background-color: rgb(99,2,113); }

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

border-color css

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

 span { border-color: rgb(99,2,113); }

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