Html Css Color HEX #630E32 Tyrian Purple

📋 copy color: '#630E32'

red 99 ◦ green 14 ◦ blue 50

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

Shades of Tyrian Purple #630E32

Tints of Tyrian Purple #630E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.67%

R = 60.74%
G = 8.59%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#630E32 (or 0x630E32) is known color: Tyrian Purple. HEX triplet: 63, 0E and 32. RGB value is (99,14,50). Sum of RGB (Red+Green+Blue) = 99+14+50=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #630E32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E32 is #9CF1CD. Grayscale: #2B2B2B. Windows color (decimal): -10285518 or 3280483. OLE color: 3280483.

HSL color Cylindrical-coordinate representation of color #630E32: hue angle of 334.59º 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 #630E32 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 14 50 -
CMYK 0 0.86 0.49 0.61
HSL 334.59º 0.75% 0.22% -
HSV(B) 334.59º 0.86% 0.39% -
XYZ 5.88 3.2 3.32 -
YUV 43.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 99 14 50 0 0.86 0.49 0.61 334.59 0.75 0.22
Hex 63 E 32 0 56 31 3D 14F 4B 16
Octal 143 16 62 0 126 61 75 517 113 26
Binary 1100011 1110 110010 0 1010110 110001 111101 101001111 1001011 10110

Color Harmonies of #630E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E32

Black with #630E32

Text Example


Text Example

White with #630E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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