Html Css Color HEX #630B3A Tyrian Purple

📋 copy color: '#630B3A'

red 99 ◦ green 11 ◦ blue 58

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

Shades of Tyrian Purple #630B3A

Tints of Tyrian Purple #630B3A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.55%

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

R = 58.93%
G = 6.55%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#630B3A (or 0x630B3A) is known color: Tyrian Purple. HEX triplet: 63, 0B and 3A. RGB value is (99,11,58). Sum of RGB (Red+Green+Blue) = 99+11+58=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #630B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630B3A is #9CF4C5. Grayscale: #2A2A2A. Windows color (decimal): -10286278 or 3804003. OLE color: 3804003.

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

Color convert

RGB 99 11 58 -
CMYK 0 0.89 0.41 0.61
HSL 327.95º 0.8% 0.22% -
HSV(B) 327.95º 0.89% 0.39% -
XYZ 6.03 3.2 4.3 -
YUV 42.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 99 11 58 0 0.89 0.41 0.61 327.95 0.8 0.22
Hex 63 B 3A 0 59 29 3D 148 50 16
Octal 143 13 72 0 131 51 75 510 120 26
Binary 1100011 1011 111010 0 1011001 101001 111101 101001000 1010000 10110

Color Harmonies of #630B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630B3A

Black with #630B3A

Text Example


Text Example

White with #630B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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