Html Css Color HEX #630771 Purple

📋 copy color: '#630771'

red 99 ◦ green 7 ◦ blue 113

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

Shades of Purple #630771

Tints of Purple #630771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

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

R = 45.21%
G = 3.2%
B = 51.6%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#630771 (or 0x630771) is known color: Purple. HEX triplet: 63, 07 and 71. RGB value is (99,7,113). Sum of RGB (Red+Green+Blue) = 99+7+113=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #630771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630771 is #9CF88E. Grayscale: #2E2E2E. Windows color (decimal): -10287247 or 7407459. OLE color: 7407459.

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

Color convert

RGB 99 7 113 -
CMYK 0.12 0.94 0 0.56
HSL 292.08º 0.88% 0.24% -
HSV(B) 292.08º 0.94% 0.44% -
XYZ 8.2 4 15.96 -
YUV 46.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 99 7 113 0.12 0.94 0 0.56 292.08 0.88 0.24
Hex 63 7 71 C 5E 0 38 124 58 18
Octal 143 7 161 14 136 0 70 444 130 30
Binary 1100011 111 1110001 1100 1011110 0 111000 100100100 1011000 11000

Color Harmonies of #630771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630771

Black with #630771

Text Example


Text Example

White with #630771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630771; }

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

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

background-color css

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

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

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

border-color css

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

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

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