Html Css Color HEX #690230 Tyrian Purple

📋 copy color: '#690230'

red 105 ◦ green 2 ◦ blue 48

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

Shades of Tyrian Purple #690230

Tints of Tyrian Purple #690230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.97%

R = 67.74%
G = 1.29%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#690230 (or 0x690230) is known color: Tyrian Purple. HEX triplet: 69, 02 and 30. RGB value is (105,2,48). Sum of RGB (Red+Green+Blue) = 105+2+48=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #690230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690230 is #96FDCF. Grayscale: #252525. Windows color (decimal): -9895376 or 3146345. OLE color: 3146345.

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

Color convert

RGB 105 2 48 -
CMYK 0 0.98 0.54 0.59
HSL 333.2º 0.96% 0.21% -
HSV(B) 333.2º 0.98% 0.41% -
XYZ 6.38 3.26 3.09 -
YUV 38.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 105 2 48 0 0.98 0.54 0.59 333.2 0.96 0.21
Hex 69 2 30 0 62 36 3B 14D 60 15
Octal 151 2 60 0 142 66 73 515 140 25
Binary 1101001 10 110000 0 1100010 110110 111011 101001101 1100000 10101

Color Harmonies of #690230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690230

Black with #690230

Text Example


Text Example

White with #690230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690230; }

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

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

background-color css

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

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

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

border-color css

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

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

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