Html Css Color HEX #67014F Tyrian Purple

📋 copy color: '#67014F'

red 103 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #67014F

Tints of Tyrian Purple #67014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.17%

R = 56.28%
G = 0.55%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#67014F (or 0x67014F) is known color: Tyrian Purple. HEX triplet: 67, 01 and 4F. RGB value is (103,1,79). Sum of RGB (Red+Green+Blue) = 103+1+79=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #67014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67014F is #98FEB0. Grayscale: #282828. Windows color (decimal): -10026673 or 5177703. OLE color: 5177703.

HSL color Cylindrical-coordinate representation of color #67014F: hue angle of 314.12º 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 #67014F is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 1 79 -
CMYK 0 0.99 0.23 0.60
HSL 314.12º 0.98% 0.2% -
HSV(B) 314.12º 0.99% 0.4% -
XYZ 7.02 3.47 7.7 -
YUV 40.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 103 1 79 0 0.99 0.23 0.60 314.12 0.98 0.2
Hex 67 1 4F 0 63 17 3C 13A 62 14
Octal 147 1 117 0 143 27 74 472 142 24
Binary 1100111 1 1001111 0 1100011 10111 111100 100111010 1100010 10100

Color Harmonies of #67014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67014F

Black with #67014F

Text Example


Text Example

White with #67014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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