Html Css Color HEX #67024B Tyrian Purple

📋 copy color: '#67024B'

red 103 ◦ green 2 ◦ blue 75

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

Shades of Tyrian Purple #67024B

Tints of Tyrian Purple #67024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.11%

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

R = 57.22%
G = 1.11%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#67024B (or 0x67024B) is known color: Tyrian Purple. HEX triplet: 67, 02 and 4B. RGB value is (103,2,75). Sum of RGB (Red+Green+Blue) = 103+2+75=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #67024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67024B is #98FDB4. Grayscale: #282828. Windows color (decimal): -10026421 or 4915815. OLE color: 4915815.

HSL color Cylindrical-coordinate representation of color #67024B: hue angle of 316.63º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67024B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 2 75 -
CMYK 0 0.98 0.27 0.60
HSL 316.63º 0.96% 0.21% -
HSV(B) 316.63º 0.98% 0.4% -
XYZ 6.89 3.43 6.96 -
YUV 40.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 103 2 75 0 0.98 0.27 0.60 316.63 0.96 0.21
Hex 67 2 4B 0 62 1B 3C 13D 60 15
Octal 147 2 113 0 142 33 74 475 140 25
Binary 1100111 10 1001011 0 1100010 11011 111100 100111101 1100000 10101

Color Harmonies of #67024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67024B

Black with #67024B

Text Example


Text Example

White with #67024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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