Html Css Color HEX #630352 Tyrian Purple

📋 copy color: '#630352'

red 99 ◦ green 3 ◦ blue 82

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

Shades of Tyrian Purple #630352

Tints of Tyrian Purple #630352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 53.8%
G = 1.63%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#630352 (or 0x630352) is known color: Tyrian Purple. HEX triplet: 63, 03 and 52. RGB value is (99,3,82). Sum of RGB (Red+Green+Blue) = 99+3+82=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #630352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630352 is #9CFCAD. Grayscale: #282828. Windows color (decimal): -10288302 or 5374819. OLE color: 5374819.

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

Color convert

RGB 99 3 82 -
CMYK 0 0.97 0.17 0.61
HSL 310.63º 0.94% 0.2% -
HSV(B) 310.63º 0.97% 0.39% -
XYZ 6.7 3.33 8.27 -
YUV 40.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 99 3 82 0 0.97 0.17 0.61 310.63 0.94 0.2
Hex 63 3 52 0 61 11 3D 137 5E 14
Octal 143 3 122 0 141 21 75 467 136 24
Binary 1100011 11 1010010 0 1100001 10001 111101 100110111 1011110 10100

Color Harmonies of #630352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630352

Black with #630352

Text Example


Text Example

White with #630352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630352; }

 p { color: rgb(99,3,82); }

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

background-color css

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

 a { background-color: rgb(99,3,82); }

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

border-color css

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

 span { border-color: rgb(99,3,82); }

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