Html Css Color HEX #630240 Tyrian Purple

📋 copy color: '#630240'

red 99 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #630240

Tints of Tyrian Purple #630240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

 BLUE value IS 64 (25.39% from 255) = 38.79%

R = 60%
G = 1.21%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#630240 (or 0x630240) is known color: Tyrian Purple. HEX triplet: 63, 02 and 40. RGB value is (99,2,64). Sum of RGB (Red+Green+Blue) = 99+2+64=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #630240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630240 is #9CFDBF. Grayscale: #252525. Windows color (decimal): -10288576 or 4194915. OLE color: 4194915.

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

Color convert

RGB 99 2 64 -
CMYK 0 0.98 0.35 0.61
HSL 321.65º 0.96% 0.2% -
HSV(B) 321.65º 0.98% 0.39% -
XYZ 6.09 3.07 5.12 -
YUV 38.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 99 2 64 0 0.98 0.35 0.61 321.65 0.96 0.2
Hex 63 2 40 0 62 23 3D 142 60 14
Octal 143 2 100 0 142 43 75 502 140 24
Binary 1100011 10 1000000 0 1100010 100011 111101 101000010 1100000 10100

Color Harmonies of #630240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630240

Black with #630240

Text Example


Text Example

White with #630240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630240; }

 p { color: rgb(99,2,64); }

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

background-color css

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

 a { background-color: rgb(99,2,64); }

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

border-color css

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

 span { border-color: rgb(99,2,64); }

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