Html Css Color HEX #630328 Tyrian Purple

📋 copy color: '#630328'

red 99 ◦ green 3 ◦ blue 40

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

Shades of Tyrian Purple #630328

Tints of Tyrian Purple #630328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.11%

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 69.72%
G = 2.11%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#630328 (or 0x630328) is known color: Tyrian Purple. HEX triplet: 63, 03 and 28. RGB value is (99,3,40). Sum of RGB (Red+Green+Blue) = 99+3+40=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #630328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630328 is #9CFCD7. Grayscale: #232323. Windows color (decimal): -10288344 or 2622307. OLE color: 2622307.

HSL color Cylindrical-coordinate representation of color #630328: hue angle of 336.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630328 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 3 40 -
CMYK 0 0.97 0.60 0.61
HSL 336.88º 0.94% 0.2% -
HSV(B) 336.88º 0.97% 0.39% -
XYZ 5.56 2.87 2.27 -
YUV 35.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 99 3 40 0 0.97 0.60 0.61 336.88 0.94 0.2
Hex 63 3 28 0 61 3C 3D 151 5E 14
Octal 143 3 50 0 141 74 75 521 136 24
Binary 1100011 11 101000 0 1100001 111100 111101 101010001 1011110 10100

Color Harmonies of #630328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630328

Black with #630328

Text Example


Text Example

White with #630328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630328; }

 p { color: rgb(99,3,40); }

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

background-color css

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

 a { background-color: rgb(99,3,40); }

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

border-color css

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

 span { border-color: rgb(99,3,40); }

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