Html Css Color HEX #69002F Tyrian Purple

📋 copy color: '#69002F'

red 105 ◦ green 0 ◦ blue 47

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

Shades of Tyrian Purple #69002F

Tints of Tyrian Purple #69002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 47 (18.75% from 255) = 30.92%

R = 69.08%
G = 0%
B = 30.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#69002F (or 0x69002F) is known color: Tyrian Purple. HEX triplet: 69, 00 and 2F. RGB value is (105,0,47). Sum of RGB (Red+Green+Blue) = 105+0+47=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #69002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69002F is #96FFD0. Grayscale: #242424. Windows color (decimal): -9895889 or 3080297. OLE color: 3080297.

HSL color Cylindrical-coordinate representation of color #69002F: hue angle of 333.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69002F is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 0 47 -
CMYK 0 1 0.55 0.59
HSL 333.14º 1% 0.21% -
HSV(B) 333.14º 1% 0.41% -
XYZ 6.34 3.21 2.97 -
YUV 36.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 105 0 47 0 1 0.55 0.59 333.14 1 0.21
Hex 69 0 2F 0 64 37 3B 14D 64 15
Octal 151 0 57 0 144 67 73 515 144 25
Binary 1101001 0 101111 0 1100100 110111 111011 101001101 1100100 10101

Color Harmonies of #69002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69002F

Black with #69002F

Text Example


Text Example

White with #69002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,0,47); }

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

background-color css

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

 a { background-color: rgb(105,0,47); }

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

border-color css

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

 span { border-color: rgb(105,0,47); }

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