Html Css Color HEX #69015A Tyrian Purple

📋 copy color: '#69015A'

red 105 ◦ green 1 ◦ blue 90

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

Shades of Tyrian Purple #69015A

Tints of Tyrian Purple #69015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 90 (35.55% from 255) = 45.92%

R = 53.57%
G = 0.51%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#69015A (or 0x69015A) is known color: Tyrian Purple. HEX triplet: 69, 01 and 5A. RGB value is (105,1,90). Sum of RGB (Red+Green+Blue) = 105+1+90=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #69015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69015A is #96FEA5. Grayscale: #292929. Windows color (decimal): -9895590 or 5898601. OLE color: 5898601.

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

Color convert

RGB 105 1 90 -
CMYK 0 0.99 0.14 0.59
HSL 308.65º 0.98% 0.21% -
HSV(B) 308.65º 0.99% 0.41% -
XYZ 7.68 3.76 9.99 -
YUV 42.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 105 1 90 0 0.99 0.14 0.59 308.65 0.98 0.21
Hex 69 1 5A 0 63 E 3B 135 62 15
Octal 151 1 132 0 143 16 73 465 142 25
Binary 1101001 1 1011010 0 1100011 1110 111011 100110101 1100010 10101

Color Harmonies of #69015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69015A

Black with #69015A

Text Example


Text Example

White with #69015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,1,90); }

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

background-color css

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

 a { background-color: rgb(105,1,90); }

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

border-color css

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

 span { border-color: rgb(105,1,90); }

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