Html Css Color HEX #67004B Tyrian Purple

📋 copy color: '#67004B'

red 103 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #67004B

Tints of Tyrian Purple #67004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 42.13%

R = 57.87%
G = 0%
B = 42.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#67004B (or 0x67004B) is known color: Tyrian Purple. HEX triplet: 67, 00 and 4B. RGB value is (103,0,75). Sum of RGB (Red+Green+Blue) = 103+0+75=178 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.87% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 103 - color contains mainly: red. Hex color #67004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67004B is #98FFB4. Grayscale: #272727. Windows color (decimal): -10026933 or 4915303. OLE color: 4915303.

HSL color Cylindrical-coordinate representation of color #67004B: hue angle of 316.31º 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 #67004B is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 0 75 -
CMYK 0 1 0.27 0.60
HSL 316.31º 1% 0.2% -
HSV(B) 316.31º 1% 0.4% -
XYZ 6.86 3.39 6.95 -
YUV 39.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 103 0 75 0 1 0.27 0.60 316.31 1 0.2
Hex 67 0 4B 0 64 1B 3C 13C 64 14
Octal 147 0 113 0 144 33 74 474 144 24
Binary 1100111 0 1001011 0 1100100 11011 111100 100111100 1100100 10100

Color Harmonies of #67004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67004B

Black with #67004B

Text Example


Text Example

White with #67004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67004B; }

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

 H1.HeaderClassName
 {
   color: #67004B;
 }
 .AnyTagClassName
 {
   color: #67004B;
 }
</style>

background-color css

<style>
 a { background-color: #67004B; }

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

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

border-color css

<style>
 span { border-color: #67004B; }

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

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