Html Css Color HEX #630254 Tyrian Purple

📋 copy color: '#630254'

red 99 ◦ green 2 ◦ blue 84

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

Shades of Tyrian Purple #630254

Tints of Tyrian Purple #630254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 45.41%

R = 53.51%
G = 1.08%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#630254 (or 0x630254) is known color: Tyrian Purple. HEX triplet: 63, 02 and 54. RGB value is (99,2,84). Sum of RGB (Red+Green+Blue) = 99+2+84=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #630254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630254 is #9CFDAB. Grayscale: #282828. Windows color (decimal): -10288556 or 5505635. OLE color: 5505635.

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

Color convert

RGB 99 2 84 -
CMYK 0 0.98 0.15 0.61
HSL 309.28º 0.96% 0.2% -
HSV(B) 309.28º 0.98% 0.39% -
XYZ 6.77 3.34 8.67 -
YUV 40.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 99 2 84 0 0.98 0.15 0.61 309.28 0.96 0.2
Hex 63 2 54 0 62 F 3D 135 60 14
Octal 143 2 124 0 142 17 75 465 140 24
Binary 1100011 10 1010100 0 1100010 1111 111101 100110101 1100000 10100

Color Harmonies of #630254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630254

Black with #630254

Text Example


Text Example

White with #630254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630254; }

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

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

background-color css

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

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

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

border-color css

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

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

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