Html Css Color HEX #690430 Tyrian Purple

📋 copy color: '#690430'

red 105 ◦ green 4 ◦ blue 48

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

Shades of Tyrian Purple #690430

Tints of Tyrian Purple #690430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

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

R = 66.88%
G = 2.55%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#690430 (or 0x690430) is known color: Tyrian Purple. HEX triplet: 69, 04 and 30. RGB value is (105,4,48). Sum of RGB (Red+Green+Blue) = 105+4+48=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #690430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690430 is #96FBCF. Grayscale: #272727. Windows color (decimal): -9894864 or 3146857. OLE color: 3146857.

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

Color convert

RGB 105 4 48 -
CMYK 0 0.96 0.54 0.59
HSL 333.86º 0.93% 0.21% -
HSV(B) 333.86º 0.96% 0.41% -
XYZ 6.4 3.3 3.1 -
YUV 39.22 132.96 174.92 -
System Red Green Blue C M Y K H S L
Decimal 105 4 48 0 0.96 0.54 0.59 333.86 0.93 0.21
Hex 69 4 30 0 60 36 3B 14E 5D 15
Octal 151 4 60 0 140 66 73 516 135 25
Binary 1101001 100 110000 0 1100000 110110 111011 101001110 1011101 10101

Color Harmonies of #690430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690430

Black with #690430

Text Example


Text Example

White with #690430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690430; }

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

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

background-color css

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

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

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

border-color css

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

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

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