Html Css Color HEX #69024F Tyrian Purple

📋 copy color: '#69024F'

red 105 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #69024F

Tints of Tyrian Purple #69024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.47%

R = 56.45%
G = 1.08%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#69024F (or 0x69024F) is known color: Tyrian Purple. HEX triplet: 69, 02 and 4F. RGB value is (105,2,79). Sum of RGB (Red+Green+Blue) = 105+2+79=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #69024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69024F is #96FDB0. Grayscale: #292929. Windows color (decimal): -9895345 or 5177961. OLE color: 5177961.

HSL color Cylindrical-coordinate representation of color #69024F: hue angle of 315.15º 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 #69024F is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 2 79 -
CMYK 0 0.98 0.25 0.59
HSL 315.15º 0.96% 0.21% -
HSV(B) 315.15º 0.98% 0.41% -
XYZ 7.26 3.61 7.71 -
YUV 41.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 105 2 79 0 0.98 0.25 0.59 315.15 0.96 0.21
Hex 69 2 4F 0 62 19 3B 13B 60 15
Octal 151 2 117 0 142 31 73 473 140 25
Binary 1101001 10 1001111 0 1100010 11001 111011 100111011 1100000 10101

Color Harmonies of #69024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69024F

Black with #69024F

Text Example


Text Example

White with #69024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69024F; }

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

 H1.HeaderClassName
 {
   color: #69024F;
 }
 .AnyTagClassName
 {
   color: #69024F;
 }
</style>

background-color css

<style>
 a { background-color: #69024F; }

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

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

border-color css

<style>
 span { border-color: #69024F; }

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

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