Html Css Color HEX #69063F Tyrian Purple

📋 copy color: '#69063F'

red 105 ◦ green 6 ◦ blue 63

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

Shades of Tyrian Purple #69063F

Tints of Tyrian Purple #69063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.21%

R = 60.34%
G = 3.45%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#69063F (or 0x69063F) is known color: Tyrian Purple. HEX triplet: 69, 06 and 3F. RGB value is (105,6,63). Sum of RGB (Red+Green+Blue) = 105+6+63=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #69063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69063F is #96F9C0. Grayscale: #292929. Windows color (decimal): -9894337 or 4130409. OLE color: 4130409.

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

Color convert

RGB 105 6 63 -
CMYK 0 0.94 0.4 0.59
HSL 325.45º 0.89% 0.22% -
HSV(B) 325.45º 0.94% 0.41% -
XYZ 6.79 3.49 5.02 -
YUV 42.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 105 6 63 0 0.94 0.4 0.59 325.45 0.89 0.22
Hex 69 6 3F 0 5E 28 3B 145 59 16
Octal 151 6 77 0 136 50 73 505 131 26
Binary 1101001 110 111111 0 1011110 101000 111011 101000101 1011001 10110

Color Harmonies of #69063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69063F

Black with #69063F

Text Example


Text Example

White with #69063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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