Html Css Color HEX #69052A Tyrian Purple

📋 copy color: '#69052A'

red 105 ◦ green 5 ◦ blue 42

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

Shades of Tyrian Purple #69052A

Tints of Tyrian Purple #69052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

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

R = 69.08%
G = 3.29%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.6

 K value IS 0.59

RGB Variations

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

Color information

#69052A (or 0x69052A) is known color: Tyrian Purple. HEX triplet: 69, 05 and 2A. RGB value is (105,5,42). Sum of RGB (Red+Green+Blue) = 105+5+42=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #69052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69052A is #96FAD5. Grayscale: #272727. Windows color (decimal): -9894614 or 2753897. OLE color: 2753897.

HSL color Cylindrical-coordinate representation of color #69052A: hue angle of 337.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69052A is Cyan = 0, Magento = 0.95, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 5 42 -
CMYK 0 0.95 0.6 0.59
HSL 337.8º 0.91% 0.22% -
HSV(B) 337.8º 0.95% 0.41% -
XYZ 6.3 3.28 2.49 -
YUV 39.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 105 5 42 0 0.95 0.6 0.59 337.8 0.91 0.22
Hex 69 5 2A 0 5F 3C 3B 152 5B 16
Octal 151 5 52 0 137 74 73 522 133 26
Binary 1101001 101 101010 0 1011111 111100 111011 101010010 1011011 10110

Color Harmonies of #69052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69052A

Black with #69052A

Text Example


Text Example

White with #69052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,5,42); }

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

background-color css

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

 a { background-color: rgb(105,5,42); }

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

border-color css

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

 span { border-color: rgb(105,5,42); }

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