Html Css Color HEX #630E2F Tyrian Purple

📋 copy color: '#630E2F'

red 99 ◦ green 14 ◦ blue 47

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

Shades of Tyrian Purple #630E2F

Tints of Tyrian Purple #630E2F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.75%

 BLUE value IS 47 (18.75% from 255) = 29.38%

R = 61.88%
G = 8.75%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#630E2F (or 0x630E2F) is known color: Tyrian Purple. HEX triplet: 63, 0E and 2F. RGB value is (99,14,47). Sum of RGB (Red+Green+Blue) = 99+14+47=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #630E2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E2F is #9CF1D0. Grayscale: #2B2B2B. Windows color (decimal): -10285521 or 3083875. OLE color: 3083875.

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

Color convert

RGB 99 14 47 -
CMYK 0 0.86 0.53 0.61
HSL 336.71º 0.75% 0.22% -
HSV(B) 336.71º 0.86% 0.39% -
XYZ 5.82 3.17 3 -
YUV 43.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 99 14 47 0 0.86 0.53 0.61 336.71 0.75 0.22
Hex 63 E 2F 0 56 35 3D 151 4B 16
Octal 143 16 57 0 126 65 75 521 113 26
Binary 1100011 1110 101111 0 1010110 110101 111101 101010001 1001011 10110

Color Harmonies of #630E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E2F

Black with #630E2F

Text Example


Text Example

White with #630E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,14,47); }

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

background-color css

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

 a { background-color: rgb(99,14,47); }

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

border-color css

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

 span { border-color: rgb(99,14,47); }

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