Html Css Color HEX #67005A Tyrian Purple

📋 copy color: '#67005A'

red 103 ◦ green 0 ◦ blue 90

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

Shades of Tyrian Purple #67005A

Tints of Tyrian Purple #67005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 53.37%
G = 0%
B = 46.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#67005A (or 0x67005A) is known color: Tyrian Purple. HEX triplet: 67, 00 and 5A. RGB value is (103,0,90). Sum of RGB (Red+Green+Blue) = 103+0+90=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #67005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67005A is #98FFA5. Grayscale: #282828. Windows color (decimal): -10026918 or 5898343. OLE color: 5898343.

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

Color convert

RGB 103 0 90 -
CMYK 0 1 0.13 0.60
HSL 307.57º 1% 0.2% -
HSV(B) 307.57º 1% 0.4% -
XYZ 7.44 3.62 9.98 -
YUV 41.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 103 0 90 0 1 0.13 0.60 307.57 1 0.2
Hex 67 0 5A 0 64 D 3C 134 64 14
Octal 147 0 132 0 144 15 74 464 144 24
Binary 1100111 0 1011010 0 1100100 1101 111100 100110100 1100100 10100

Color Harmonies of #67005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67005A

Black with #67005A

Text Example


Text Example

White with #67005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,0,90); }

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

background-color css

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

 a { background-color: rgb(103,0,90); }

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

border-color css

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

 span { border-color: rgb(103,0,90); }

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