Html Css Color HEX #630325 Tyrian Purple

📋 copy color: '#630325'

red 99 ◦ green 3 ◦ blue 37

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

Shades of Tyrian Purple #630325

Tints of Tyrian Purple #630325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 71.22%
G = 2.16%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#630325 (or 0x630325) is known color: Tyrian Purple. HEX triplet: 63, 03 and 25. RGB value is (99,3,37). Sum of RGB (Red+Green+Blue) = 99+3+37=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630325 is #9CFCDA. Grayscale: #232323. Windows color (decimal): -10288347 or 2425699. OLE color: 2425699.

HSL color Cylindrical-coordinate representation of color #630325: hue angle of 338.75º 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 #630325 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 3 37 -
CMYK 0 0.97 0.63 0.61
HSL 338.75º 0.94% 0.2% -
HSV(B) 338.75º 0.97% 0.39% -
XYZ 5.51 2.85 2.01 -
YUV 35.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 99 3 37 0 0.97 0.63 0.61 338.75 0.94 0.2
Hex 63 3 25 0 61 3F 3D 153 5E 14
Octal 143 3 45 0 141 77 75 523 136 24
Binary 1100011 11 100101 0 1100001 111111 111101 101010011 1011110 10100

Color Harmonies of #630325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630325

Black with #630325

Text Example


Text Example

White with #630325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630325; }

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

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

background-color css

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

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

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

border-color css

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

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

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