Html Css Color HEX #860248 Tyrian Purple

📋 copy color: '#860248'

red 134 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #860248

Tints of Tyrian Purple #860248

RGB

 RED value IS 134 (52.73% from 255) = 64.42%

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

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

R = 64.42%
G = 0.96%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#860248 (or 0x860248) is known color: Tyrian Purple. HEX triplet: 86, 02 and 48. RGB value is (134,2,72). Sum of RGB (Red+Green+Blue) = 134+2+72=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #860248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860248 is #79FDB7. Grayscale: #313131. Windows color (decimal): -7994808 or 4719238. OLE color: 4719238.

HSL color Cylindrical-coordinate representation of color #860248: hue angle of 328.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860248 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 2 72 -
CMYK 0 0.99 0.46 0.47
HSL 328.18º 0.97% 0.27% -
HSV(B) 328.18º 0.99% 0.53% -
XYZ 11.02 5.58 6.63 -
YUV 49.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 134 2 72 0 0.99 0.46 0.47 328.18 0.97 0.27
Hex 86 2 48 0 63 2E 2F 148 61 1B
Octal 206 2 110 0 143 56 57 510 141 33
Binary 10000110 10 1001000 0 1100011 101110 101111 101001000 1100001 11011

Color Harmonies of #860248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860248

Black with #860248

Text Example


Text Example

White with #860248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860248; }

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

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

background-color css

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

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

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

border-color css

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

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

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