Html Css Color HEX #630055 Tyrian Purple

📋 copy color: '#630055'

red 99 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #630055

Tints of Tyrian Purple #630055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.2%

R = 53.8%
G = 0%
B = 46.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#630055 (or 0x630055) is known color: Tyrian Purple. HEX triplet: 63, 00 and 55. RGB value is (99,0,85). Sum of RGB (Red+Green+Blue) = 99+0+85=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #630055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630055 is #9CFFAA. Grayscale: #272727. Windows color (decimal): -10289067 or 5570659. OLE color: 5570659.

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

Color convert

RGB 99 0 85 -
CMYK 0 1 0.14 0.61
HSL 308.48º 1% 0.19% -
HSV(B) 308.48º 1% 0.39% -
XYZ 6.79 3.31 8.88 -
YUV 39.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 99 0 85 0 1 0.14 0.61 308.48 1 0.19
Hex 63 0 55 0 64 E 3D 134 64 13
Octal 143 0 125 0 144 16 75 464 144 23
Binary 1100011 0 1010101 0 1100100 1110 111101 100110100 1100100 10011

Color Harmonies of #630055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630055

Black with #630055

Text Example


Text Example

White with #630055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630055; }

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

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

background-color css

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

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

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

border-color css

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

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

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