Html Css Color HEX #630555 Tyrian Purple

📋 copy color: '#630555'

red 99 ◦ green 5 ◦ blue 85

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

Shades of Tyrian Purple #630555

Tints of Tyrian Purple #630555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

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

R = 52.38%
G = 2.65%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#630555 (or 0x630555) is known color: Tyrian Purple. HEX triplet: 63, 05 and 55. RGB value is (99,5,85). Sum of RGB (Red+Green+Blue) = 99+5+85=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #630555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630555 is #9CFAAA. Grayscale: #2A2A2A. Windows color (decimal): -10287787 or 5571939. OLE color: 5571939.

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

Color convert

RGB 99 5 85 -
CMYK 0 0.95 0.14 0.61
HSL 308.94º 0.9% 0.2% -
HSV(B) 308.94º 0.95% 0.39% -
XYZ 6.84 3.42 8.89 -
YUV 42.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 99 5 85 0 0.95 0.14 0.61 308.94 0.9 0.2
Hex 63 5 55 0 5F E 3D 135 5A 14
Octal 143 5 125 0 137 16 75 465 132 24
Binary 1100011 101 1010101 0 1011111 1110 111101 100110101 1011010 10100

Color Harmonies of #630555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630555

Black with #630555

Text Example


Text Example

White with #630555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630555; }

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

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

background-color css

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

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

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

border-color css

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

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

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