Html Css Color HEX #690330 Tyrian Purple

📋 copy color: '#690330'

red 105 ◦ green 3 ◦ blue 48

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

Shades of Tyrian Purple #690330

Tints of Tyrian Purple #690330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

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

R = 67.31%
G = 1.92%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#690330 (or 0x690330) is known color: Tyrian Purple. HEX triplet: 69, 03 and 30. RGB value is (105,3,48). Sum of RGB (Red+Green+Blue) = 105+3+48=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #690330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690330 is #96FCCF. Grayscale: #262626. Windows color (decimal): -9895120 or 3146601. OLE color: 3146601.

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

Color convert

RGB 105 3 48 -
CMYK 0 0.97 0.54 0.59
HSL 333.53º 0.94% 0.21% -
HSV(B) 333.53º 0.97% 0.41% -
XYZ 6.39 3.28 3.09 -
YUV 38.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 105 3 48 0 0.97 0.54 0.59 333.53 0.94 0.21
Hex 69 3 30 0 61 36 3B 14E 5E 15
Octal 151 3 60 0 141 66 73 516 136 25
Binary 1101001 11 110000 0 1100001 110110 111011 101001110 1011110 10101

Color Harmonies of #690330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690330

Black with #690330

Text Example


Text Example

White with #690330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690330; }

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

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

background-color css

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

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

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

border-color css

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

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

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