Html Css Color HEX #630273 Purple

📋 copy color: '#630273'

red 99 ◦ green 2 ◦ blue 115

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

Shades of Purple #630273

Tints of Purple #630273

RGB

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

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

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

R = 45.83%
G = 0.93%
B = 53.24%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#630273 (or 0x630273) is known color: Purple. HEX triplet: 63, 02 and 73. RGB value is (99,2,115). Sum of RGB (Red+Green+Blue) = 99+2+115=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #630273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630273 is #9CFD8C. Grayscale: #2B2B2B. Windows color (decimal): -10288525 or 7537251. OLE color: 7537251.

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

Color convert

RGB 99 2 115 -
CMYK 0.14 0.98 0 0.55
HSL 291.5º 0.97% 0.23% -
HSV(B) 291.5º 0.98% 0.45% -
XYZ 8.26 3.93 16.54 -
YUV 43.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 99 2 115 0.14 0.98 0 0.55 291.5 0.97 0.23
Hex 63 2 73 E 62 0 37 124 61 17
Octal 143 2 163 16 142 0 67 444 141 27
Binary 1100011 10 1110011 1110 1100010 0 110111 100100100 1100001 10111

Color Harmonies of #630273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630273

Black with #630273

Text Example


Text Example

White with #630273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630273; }

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

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

background-color css

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

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

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

border-color css

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

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

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