Html Css Color HEX #630673 Purple

📋 copy color: '#630673'

red 99 ◦ green 6 ◦ blue 115

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

Shades of Purple #630673

Tints of Purple #630673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

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

R = 45%
G = 2.73%
B = 52.27%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#630673 (or 0x630673) is known color: Purple. HEX triplet: 63, 06 and 73. RGB value is (99,6,115). Sum of RGB (Red+Green+Blue) = 99+6+115=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #630673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630673 is #9CF98C. Grayscale: #2D2D2D. Windows color (decimal): -10287501 or 7538275. OLE color: 7538275.

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

Color convert

RGB 99 6 115 -
CMYK 0.14 0.95 0 0.55
HSL 291.19º 0.9% 0.24% -
HSV(B) 291.19º 0.95% 0.45% -
XYZ 8.31 4.02 16.56 -
YUV 46.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 99 6 115 0.14 0.95 0 0.55 291.19 0.9 0.24
Hex 63 6 73 E 5F 0 37 123 5A 18
Octal 143 6 163 16 137 0 67 443 132 30
Binary 1100011 110 1110011 1110 1011111 0 110111 100100011 1011010 11000

Color Harmonies of #630673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630673

Black with #630673

Text Example


Text Example

White with #630673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630673; }

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

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

background-color css

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

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

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

border-color css

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

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

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