Html Css Color HEX #630E41 Tyrian Purple

📋 copy color: '#630E41'

red 99 ◦ green 14 ◦ blue 65

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

Shades of Tyrian Purple #630E41

Tints of Tyrian Purple #630E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.52%

R = 55.62%
G = 7.87%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#630E41 (or 0x630E41) is known color: Tyrian Purple. HEX triplet: 63, 0E and 41. RGB value is (99,14,65). Sum of RGB (Red+Green+Blue) = 99+14+65=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #630E41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E41 is #9CF1BE. Grayscale: #2D2D2D. Windows color (decimal): -10285503 or 4263523. OLE color: 4263523.

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

Color convert

RGB 99 14 65 -
CMYK 0 0.86 0.34 0.61
HSL 324º 0.75% 0.22% -
HSV(B) 324º 0.86% 0.39% -
XYZ 6.26 3.35 5.32 -
YUV 45.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 99 14 65 0 0.86 0.34 0.61 324 0.75 0.22
Hex 63 E 41 0 56 22 3D 144 4B 16
Octal 143 16 101 0 126 42 75 504 113 26
Binary 1100011 1110 1000001 0 1010110 100010 111101 101000100 1001011 10110

Color Harmonies of #630E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630E41

Black with #630E41

Text Example


Text Example

White with #630E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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