Html Css Color HEX #630573 Purple

📋 copy color: '#630573'

red 99 ◦ green 5 ◦ blue 115

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

Shades of Purple #630573

Tints of Purple #630573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 45.21%
G = 2.28%
B = 52.51%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#630573 (or 0x630573) is known color: Purple. HEX triplet: 63, 05 and 73. RGB value is (99,5,115). Sum of RGB (Red+Green+Blue) = 99+5+115=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #630573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630573 is #9CFA8C. Grayscale: #2D2D2D. Windows color (decimal): -10287757 or 7538019. OLE color: 7538019.

HSL color Cylindrical-coordinate representation of color #630573: hue angle of 291.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630573 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 5 115 -
CMYK 0.14 0.96 0 0.55
HSL 291.27º 0.92% 0.24% -
HSV(B) 291.27º 0.96% 0.45% -
XYZ 8.29 4 16.55 -
YUV 45.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 99 5 115 0.14 0.96 0 0.55 291.27 0.92 0.24
Hex 63 5 73 E 60 0 37 123 5C 18
Octal 143 5 163 16 140 0 67 443 134 30
Binary 1100011 101 1110011 1110 1100000 0 110111 100100011 1011100 11000

Color Harmonies of #630573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630573

Black with #630573

Text Example


Text Example

White with #630573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630573; }

 p { color: rgb(99,5,115); }

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

background-color css

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

 a { background-color: rgb(99,5,115); }

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

border-color css

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

 span { border-color: rgb(99,5,115); }

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