Html Css Color HEX #69064C Tyrian Purple

📋 copy color: '#69064C'

red 105 ◦ green 6 ◦ blue 76

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

Shades of Tyrian Purple #69064C

Tints of Tyrian Purple #69064C

RGB

 RED value IS 105 (41.41% from 255) = 56.15%

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

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 56.15%
G = 3.21%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#69064C (or 0x69064C) is known color: Tyrian Purple. HEX triplet: 69, 06 and 4C. RGB value is (105,6,76). Sum of RGB (Red+Green+Blue) = 105+6+76=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #69064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69064C is #96F9B3. Grayscale: #2B2B2B. Windows color (decimal): -9894324 or 4982377. OLE color: 4982377.

HSL color Cylindrical-coordinate representation of color #69064C: hue angle of 317.58º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69064C is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 6 76 -
CMYK 0 0.94 0.28 0.59
HSL 317.58º 0.89% 0.22% -
HSV(B) 317.58º 0.94% 0.41% -
XYZ 7.2 3.66 7.16 -
YUV 43.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 105 6 76 0 0.94 0.28 0.59 317.58 0.89 0.22
Hex 69 6 4C 0 5E 1C 3B 13E 59 16
Octal 151 6 114 0 136 34 73 476 131 26
Binary 1101001 110 1001100 0 1011110 11100 111011 100111110 1011001 10110

Color Harmonies of #69064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69064C

Black with #69064C

Text Example


Text Example

White with #69064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69064C; }

 p { color: rgb(105,6,76); }

 H1.HeaderClassName
 {
   color: #69064C;
 }
 .AnyTagClassName
 {
   color: #69064C;
 }
</style>

background-color css

<style>
 a { background-color: #69064C; }

 a { background-color: rgb(105,6,76); }

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

border-color css

<style>
 span { border-color: #69064C; }

 span { border-color: rgb(105,6,76); }

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