Html Css Color HEX #630471 Purple

📋 copy color: '#630471'

red 99 ◦ green 4 ◦ blue 113

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

Shades of Purple #630471

Tints of Purple #630471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

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

R = 45.83%
G = 1.85%
B = 52.31%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#630471 (or 0x630471) is known color: Purple. HEX triplet: 63, 04 and 71. RGB value is (99,4,113). Sum of RGB (Red+Green+Blue) = 99+4+113=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #630471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630471 is #9CFB8E. Grayscale: #2C2C2C. Windows color (decimal): -10288015 or 7406691. OLE color: 7406691.

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

Color convert

RGB 99 4 113 -
CMYK 0.12 0.96 0 0.56
HSL 292.29º 0.93% 0.23% -
HSV(B) 292.29º 0.96% 0.44% -
XYZ 8.17 3.93 15.95 -
YUV 44.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 99 4 113 0.12 0.96 0 0.56 292.29 0.93 0.23
Hex 63 4 71 C 60 0 38 124 5D 17
Octal 143 4 161 14 140 0 70 444 135 27
Binary 1100011 100 1110001 1100 1100000 0 111000 100100100 1011101 10111

Color Harmonies of #630471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630471

Black with #630471

Text Example


Text Example

White with #630471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630471; }

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

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

background-color css

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

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

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

border-color css

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

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

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