Html Css Color HEX #6B1254 Palatinate Purple

📋 copy color: '#6B1254'

red 107 ◦ green 18 ◦ blue 84

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

Shades of Palatinate Purple #6B1254

Tints of Palatinate Purple #6B1254

RGB

 RED value IS 107 (42.19% from 255) = 51.2%

 GREEN value IS 18 (7.42% from 255) = 8.61%

 BLUE value IS 84 (33.2% from 255) = 40.19%

R = 51.2%
G = 8.61%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6B1254 (or 0x6B1254) is known color: Palatinate Purple. HEX triplet: 6B, 12 and 54. RGB value is (107,18,84). Sum of RGB (Red+Green+Blue) = 107+18+84=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1254 is #94EDAB. Grayscale: #333333. Windows color (decimal): -9760172 or 5509739. OLE color: 5509739.

HSL color Cylindrical-coordinate representation of color #6B1254: hue angle of 315.51º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1254 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 18 84 -
CMYK 0 0.83 0.21 0.58
HSL 315.51º 0.71% 0.25% -
HSV(B) 315.51º 0.83% 0.42% -
XYZ 7.88 4.2 8.78 -
YUV 52.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 107 18 84 0 0.83 0.21 0.58 315.51 0.71 0.25
Hex 6B 12 54 0 53 15 3A 13C 47 19
Octal 153 22 124 0 123 25 72 474 107 31
Binary 1101011 10010 1010100 0 1010011 10101 111010 100111100 1000111 11001

Color Harmonies of #6B1254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1254

Black with #6B1254

Text Example


Text Example

White with #6B1254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B1254; }

 p { color: rgb(107,18,84); }

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

background-color css

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

 a { background-color: rgb(107,18,84); }

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

border-color css

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

 span { border-color: rgb(107,18,84); }

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