Html Css Color HEX #6B105D Palatinate Purple

📋 copy color: '#6B105D'

red 107 ◦ green 16 ◦ blue 93

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

Shades of Palatinate Purple #6B105D

Tints of Palatinate Purple #6B105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 49.54%
G = 7.41%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B105D (or 0x6B105D) is known color: Palatinate Purple. HEX triplet: 6B, 10 and 5D. RGB value is (107,16,93). Sum of RGB (Red+Green+Blue) = 107+16+93=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B105D is #94EFA2. Grayscale: #333333. Windows color (decimal): -9760675 or 6099051. OLE color: 6099051.

HSL color Cylindrical-coordinate representation of color #6B105D: hue angle of 309.23º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B105D is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 16 93 -
CMYK 0 0.85 0.13 0.58
HSL 309.23º 0.74% 0.24% -
HSV(B) 309.23º 0.85% 0.42% -
XYZ 8.22 4.29 10.75 -
YUV 51.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 107 16 93 0 0.85 0.13 0.58 309.23 0.74 0.24
Hex 6B 10 5D 0 55 D 3A 135 4A 18
Octal 153 20 135 0 125 15 72 465 112 30
Binary 1101011 10000 1011101 0 1010101 1101 111010 100110101 1001010 11000

Color Harmonies of #6B105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B105D

Black with #6B105D

Text Example


Text Example

White with #6B105D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,16,93); }

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

background-color css

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

 a { background-color: rgb(107,16,93); }

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

border-color css

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

 span { border-color: rgb(107,16,93); }

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