Html Css Color HEX #630C3A Tyrian Purple

📋 copy color: '#630C3A'

red 99 ◦ green 12 ◦ blue 58

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

Shades of Tyrian Purple #630C3A

Tints of Tyrian Purple #630C3A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.1%

 BLUE value IS 58 (23.05% from 255) = 34.32%

R = 58.58%
G = 7.1%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#630C3A (or 0x630C3A) is known color: Tyrian Purple. HEX triplet: 63, 0C and 3A. RGB value is (99,12,58). Sum of RGB (Red+Green+Blue) = 99+12+58=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #630C3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C3A is #9CF3C5. Grayscale: #2B2B2B. Windows color (decimal): -10286022 or 3804259. OLE color: 3804259.

HSL color Cylindrical-coordinate representation of color #630C3A: hue angle of 328.28º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C3A is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 12 58 -
CMYK 0 0.88 0.41 0.61
HSL 328.28º 0.78% 0.22% -
HSV(B) 328.28º 0.88% 0.39% -
XYZ 6.04 3.22 4.31 -
YUV 43.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 99 12 58 0 0.88 0.41 0.61 328.28 0.78 0.22
Hex 63 C 3A 0 58 29 3D 148 4E 16
Octal 143 14 72 0 130 51 75 510 116 26
Binary 1100011 1100 111010 0 1011000 101001 111101 101001000 1001110 10110

Color Harmonies of #630C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630C3A

Black with #630C3A

Text Example


Text Example

White with #630C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630C3A; }

 p { color: rgb(99,12,58); }

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

background-color css

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

 a { background-color: rgb(99,12,58); }

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

border-color css

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

 span { border-color: rgb(99,12,58); }

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