Html Css Color HEX #630655 Tyrian Purple

📋 copy color: '#630655'

red 99 ◦ green 6 ◦ blue 85

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

Shades of Tyrian Purple #630655

Tints of Tyrian Purple #630655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.16%

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

R = 52.11%
G = 3.16%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#630655 (or 0x630655) is known color: Tyrian Purple. HEX triplet: 63, 06 and 55. RGB value is (99,6,85). Sum of RGB (Red+Green+Blue) = 99+6+85=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #630655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630655 is #9CF9AA. Grayscale: #2A2A2A. Windows color (decimal): -10287531 or 5572195. OLE color: 5572195.

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

Color convert

RGB 99 6 85 -
CMYK 0 0.94 0.14 0.61
HSL 309.03º 0.89% 0.21% -
HSV(B) 309.03º 0.94% 0.39% -
XYZ 6.85 3.44 8.9 -
YUV 42.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 99 6 85 0 0.94 0.14 0.61 309.03 0.89 0.21
Hex 63 6 55 0 5E E 3D 135 59 15
Octal 143 6 125 0 136 16 75 465 131 25
Binary 1100011 110 1010101 0 1011110 1110 111101 100110101 1011001 10101

Color Harmonies of #630655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630655

Black with #630655

Text Example


Text Example

White with #630655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630655; }

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

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

background-color css

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

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

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

border-color css

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

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

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