Html Css Color HEX #67002B Tyrian Purple

📋 copy color: '#67002B'

red 103 ◦ green 0 ◦ blue 43

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

Shades of Tyrian Purple #67002B

Tints of Tyrian Purple #67002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.45%

R = 70.55%
G = 0%
B = 29.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#67002B (or 0x67002B) is known color: Tyrian Purple. HEX triplet: 67, 00 and 2B. RGB value is (103,0,43). Sum of RGB (Red+Green+Blue) = 103+0+43=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #67002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67002B is #98FFD4. Grayscale: #232323. Windows color (decimal): -10026965 or 2818151. OLE color: 2818151.

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

Color convert

RGB 103 0 43 -
CMYK 0 1 0.58 0.60
HSL 334.95º 1% 0.2% -
HSV(B) 334.95º 1% 0.4% -
XYZ 6.03 3.06 2.56 -
YUV 35.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 103 0 43 0 1 0.58 0.60 334.95 1 0.2
Hex 67 0 2B 0 64 3A 3C 14F 64 14
Octal 147 0 53 0 144 72 74 517 144 24
Binary 1100111 0 101011 0 1100100 111010 111100 101001111 1100100 10100

Color Harmonies of #67002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67002B

Black with #67002B

Text Example


Text Example

White with #67002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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