Html Css Color HEX #630529 Tyrian Purple

📋 copy color: '#630529'

red 99 ◦ green 5 ◦ blue 41

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

Shades of Tyrian Purple #630529

Tints of Tyrian Purple #630529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 68.28%
G = 3.45%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#630529 (or 0x630529) is known color: Tyrian Purple. HEX triplet: 63, 05 and 29. RGB value is (99,5,41). Sum of RGB (Red+Green+Blue) = 99+5+41=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #630529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630529 is #9CFAD6. Grayscale: #252525. Windows color (decimal): -10287831 or 2688355. OLE color: 2688355.

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

Color convert

RGB 99 5 41 -
CMYK 0 0.95 0.59 0.61
HSL 337.02º 0.9% 0.2% -
HSV(B) 337.02º 0.95% 0.39% -
XYZ 5.6 2.92 2.37 -
YUV 37.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 99 5 41 0 0.95 0.59 0.61 337.02 0.9 0.2
Hex 63 5 29 0 5F 3B 3D 151 5A 14
Octal 143 5 51 0 137 73 75 521 132 24
Binary 1100011 101 101001 0 1011111 111011 111101 101010001 1011010 10100

Color Harmonies of #630529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630529

Black with #630529

Text Example


Text Example

White with #630529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630529; }

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

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

background-color css

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

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

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

border-color css

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

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

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