Html Css Color HEX #67014A Tyrian Purple

📋 copy color: '#67014A'

red 103 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #67014A

Tints of Tyrian Purple #67014A

RGB

 RED value IS 103 (40.63% from 255) = 57.87%

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 57.87%
G = 0.56%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#67014A (or 0x67014A) is known color: Tyrian Purple. HEX triplet: 67, 01 and 4A. RGB value is (103,1,74). Sum of RGB (Red+Green+Blue) = 103+1+74=178 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.87% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 103 - color contains mainly: red. Hex color #67014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67014A is #98FEB5. Grayscale: #272727. Windows color (decimal): -10026678 or 4850023. OLE color: 4850023.

HSL color Cylindrical-coordinate representation of color #67014A: hue angle of 317.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67014A is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 1 74 -
CMYK 0 0.99 0.28 0.60
HSL 317.06º 0.98% 0.2% -
HSV(B) 317.06º 0.99% 0.4% -
XYZ 6.84 3.4 6.77 -
YUV 39.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 103 1 74 0 0.99 0.28 0.60 317.06 0.98 0.2
Hex 67 1 4A 0 63 1C 3C 13D 62 14
Octal 147 1 112 0 143 34 74 475 142 24
Binary 1100111 1 1001010 0 1100011 11100 111100 100111101 1100010 10100

Color Harmonies of #67014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67014A

Black with #67014A

Text Example


Text Example

White with #67014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67014A; }

 p { color: rgb(103,1,74); }

 H1.HeaderClassName
 {
   color: #67014A;
 }
 .AnyTagClassName
 {
   color: #67014A;
 }
</style>

background-color css

<style>
 a { background-color: #67014A; }

 a { background-color: rgb(103,1,74); }

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

border-color css

<style>
 span { border-color: #67014A; }

 span { border-color: rgb(103,1,74); }

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