Html Css Color HEX #630538 Tyrian Purple

📋 copy color: '#630538'

red 99 ◦ green 5 ◦ blue 56

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

Shades of Tyrian Purple #630538

Tints of Tyrian Purple #630538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35%

R = 61.88%
G = 3.13%
B = 35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#630538 (or 0x630538) is known color: Tyrian Purple. HEX triplet: 63, 05 and 38. RGB value is (99,5,56). Sum of RGB (Red+Green+Blue) = 99+5+56=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #630538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630538 is #9CFAC7. Grayscale: #262626. Windows color (decimal): -10287816 or 3671395. OLE color: 3671395.

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

Color convert

RGB 99 5 56 -
CMYK 0 0.95 0.43 0.61
HSL 327.45º 0.9% 0.2% -
HSV(B) 327.45º 0.95% 0.39% -
XYZ 5.91 3.05 4.02 -
YUV 38.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 99 5 56 0 0.95 0.43 0.61 327.45 0.9 0.2
Hex 63 5 38 0 5F 2B 3D 147 5A 14
Octal 143 5 70 0 137 53 75 507 132 24
Binary 1100011 101 111000 0 1011111 101011 111101 101000111 1011010 10100

Color Harmonies of #630538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630538

Black with #630538

Text Example


Text Example

White with #630538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630538; }

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

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

background-color css

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

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

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

border-color css

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

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

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