Html Css Color HEX #630041 Tyrian Purple

📋 copy color: '#630041'

red 99 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #630041

Tints of Tyrian Purple #630041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 39.63%

R = 60.37%
G = 0%
B = 39.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#630041 (or 0x630041) is known color: Tyrian Purple. HEX triplet: 63, 00 and 41. RGB value is (99,0,65). Sum of RGB (Red+Green+Blue) = 99+0+65=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #630041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630041 is #9CFFBE. Grayscale: #242424. Windows color (decimal): -10289087 or 4259939. OLE color: 4259939.

HSL color Cylindrical-coordinate representation of color #630041: hue angle of 320.61º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630041 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 0 65 -
CMYK 0 1 0.34 0.61
HSL 320.61º 1% 0.19% -
HSV(B) 320.61º 1% 0.39% -
XYZ 6.1 3.03 5.27 -
YUV 37.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 99 0 65 0 1 0.34 0.61 320.61 1 0.19
Hex 63 0 41 0 64 22 3D 141 64 13
Octal 143 0 101 0 144 42 75 501 144 23
Binary 1100011 0 1000001 0 1100100 100010 111101 101000001 1100100 10011

Color Harmonies of #630041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630041

Black with #630041

Text Example


Text Example

White with #630041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630041; }

 p { color: rgb(99,0,65); }

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

background-color css

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

 a { background-color: rgb(99,0,65); }

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

border-color css

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

 span { border-color: rgb(99,0,65); }

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