Html Css Color HEX #63024F Tyrian Purple

📋 copy color: '#63024F'

red 99 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #63024F

Tints of Tyrian Purple #63024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.89%

R = 55%
G = 1.11%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63024F (or 0x63024F) is known color: Tyrian Purple. HEX triplet: 63, 02 and 4F. RGB value is (99,2,79). Sum of RGB (Red+Green+Blue) = 99+2+79=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63024F is #9CFDB0. Grayscale: #272727. Windows color (decimal): -10288561 or 5177955. OLE color: 5177955.

HSL color Cylindrical-coordinate representation of color #63024F: hue angle of 312.37º 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 #63024F is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 79 -
CMYK 0 0.98 0.20 0.61
HSL 312.37º 0.96% 0.2% -
HSV(B) 312.37º 0.98% 0.39% -
XYZ 6.58 3.26 7.68 -
YUV 39.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 99 2 79 0 0.98 0.20 0.61 312.37 0.96 0.2
Hex 63 2 4F 0 62 14 3D 138 60 14
Octal 143 2 117 0 142 24 75 470 140 24
Binary 1100011 10 1001111 0 1100010 10100 111101 100111000 1100000 10100

Color Harmonies of #63024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63024F

Black with #63024F

Text Example


Text Example

White with #63024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63024F; }

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

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

background-color css

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

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

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

border-color css

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

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

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