Html Css Color HEX #69023A Tyrian Purple

📋 copy color: '#69023A'

red 105 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #69023A

Tints of Tyrian Purple #69023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 63.64%
G = 1.21%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#69023A (or 0x69023A) is known color: Tyrian Purple. HEX triplet: 69, 02 and 3A. RGB value is (105,2,58). Sum of RGB (Red+Green+Blue) = 105+2+58=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #69023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69023A is #96FDC5. Grayscale: #272727. Windows color (decimal): -9895366 or 3801705. OLE color: 3801705.

HSL color Cylindrical-coordinate representation of color #69023A: hue angle of 327.38º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69023A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 2 58 -
CMYK 0 0.98 0.45 0.59
HSL 327.38º 0.96% 0.21% -
HSV(B) 327.38º 0.98% 0.41% -
XYZ 6.61 3.35 4.3 -
YUV 39.18 138.62 174.95 -
System Red Green Blue C M Y K H S L
Decimal 105 2 58 0 0.98 0.45 0.59 327.38 0.96 0.21
Hex 69 2 3A 0 62 2D 3B 147 60 15
Octal 151 2 72 0 142 55 73 507 140 25
Binary 1101001 10 111010 0 1100010 101101 111011 101000111 1100000 10101

Color Harmonies of #69023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69023A

Black with #69023A

Text Example


Text Example

White with #69023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,2,58); }

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

background-color css

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

 a { background-color: rgb(105,2,58); }

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

border-color css

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

 span { border-color: rgb(105,2,58); }

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