Html Css Color HEX #690248 Tyrian Purple

📋 copy color: '#690248'

red 105 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #690248

Tints of Tyrian Purple #690248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.22%

R = 58.66%
G = 1.12%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#690248 (or 0x690248) is known color: Tyrian Purple. HEX triplet: 69, 02 and 48. RGB value is (105,2,72). Sum of RGB (Red+Green+Blue) = 105+2+72=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #690248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690248 is #96FDB7. Grayscale: #282828. Windows color (decimal): -9895352 or 4719209. OLE color: 4719209.

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

Color convert

RGB 105 2 72 -
CMYK 0 0.98 0.31 0.59
HSL 319.22º 0.96% 0.21% -
HSV(B) 319.22º 0.98% 0.41% -
XYZ 7.02 3.51 6.44 -
YUV 40.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 105 2 72 0 0.98 0.31 0.59 319.22 0.96 0.21
Hex 69 2 48 0 62 1F 3B 13F 60 15
Octal 151 2 110 0 142 37 73 477 140 25
Binary 1101001 10 1001000 0 1100010 11111 111011 100111111 1100000 10101

Color Harmonies of #690248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690248

Black with #690248

Text Example


Text Example

White with #690248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690248; }

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

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

background-color css

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

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

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

border-color css

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

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

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