Html Css Color HEX #64062A Tyrian Purple

📋 copy color: '#64062A'

red 100 ◦ green 6 ◦ blue 42

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

Shades of Tyrian Purple #64062A

Tints of Tyrian Purple #64062A

RGB

 RED value IS 100 (39.45% from 255) = 67.57%

 GREEN value IS 6 (2.73% from 255) = 4.05%

 BLUE value IS 42 (16.8% from 255) = 28.38%

R = 67.57%
G = 4.05%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#64062A (or 0x64062A) is known color: Tyrian Purple. HEX triplet: 64, 06 and 2A. RGB value is (100,6,42). Sum of RGB (Red+Green+Blue) = 100+6+42=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #64062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64062A is #9BF9D5. Grayscale: #262626. Windows color (decimal): -10222038 or 2754148. OLE color: 2754148.

HSL color Cylindrical-coordinate representation of color #64062A: hue angle of 337.02º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64062A is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 6 42 -
CMYK 0 0.94 0.58 0.61
HSL 337.02º 0.89% 0.21% -
HSV(B) 337.02º 0.94% 0.39% -
XYZ 5.74 3.01 2.47 -
YUV 38.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 100 6 42 0 0.94 0.58 0.61 337.02 0.89 0.21
Hex 64 6 2A 0 5E 3A 3D 151 59 15
Octal 144 6 52 0 136 72 75 521 131 25
Binary 1100100 110 101010 0 1011110 111010 111101 101010001 1011001 10101

Color Harmonies of #64062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64062A

Black with #64062A

Text Example


Text Example

White with #64062A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,6,42); }

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

background-color css

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

 a { background-color: rgb(100,6,42); }

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

border-color css

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

 span { border-color: rgb(100,6,42); }

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