Html Css Color HEX #630342 Tyrian Purple

📋 copy color: '#630342'

red 99 ◦ green 3 ◦ blue 66

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

Shades of Tyrian Purple #630342

Tints of Tyrian Purple #630342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.29%

R = 58.93%
G = 1.79%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#630342 (or 0x630342) is known color: Tyrian Purple. HEX triplet: 63, 03 and 42. RGB value is (99,3,66). Sum of RGB (Red+Green+Blue) = 99+3+66=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #630342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630342 is #9CFCBD. Grayscale: #262626. Windows color (decimal): -10288318 or 4326243. OLE color: 4326243.

HSL color Cylindrical-coordinate representation of color #630342: hue angle of 320.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 #630342 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 3 66 -
CMYK 0 0.97 0.33 0.61
HSL 320.63º 0.94% 0.2% -
HSV(B) 320.63º 0.97% 0.39% -
XYZ 6.16 3.11 5.43 -
YUV 38.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 99 3 66 0 0.97 0.33 0.61 320.63 0.94 0.2
Hex 63 3 42 0 61 21 3D 141 5E 14
Octal 143 3 102 0 141 41 75 501 136 24
Binary 1100011 11 1000010 0 1100001 100001 111101 101000001 1011110 10100

Color Harmonies of #630342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630342

Black with #630342

Text Example


Text Example

White with #630342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630342; }

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

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

background-color css

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

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

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

border-color css

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

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

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