Html Css Color HEX #6B205D Palatinate Purple

📋 copy color: '#6B205D'

red 107 ◦ green 32 ◦ blue 93

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

Shades of Palatinate Purple #6B205D

Tints of Palatinate Purple #6B205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

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

R = 46.12%
G = 13.79%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B205D (or 0x6B205D) is known color: Palatinate Purple. HEX triplet: 6B, 20 and 5D. RGB value is (107,32,93). Sum of RGB (Red+Green+Blue) = 107+32+93=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B205D is #94DFA2. Grayscale: #3D3D3D. Windows color (decimal): -9756579 or 6103147. OLE color: 6103147.

HSL color Cylindrical-coordinate representation of color #6B205D: hue angle of 311.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B205D is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 32 93 -
CMYK 0 0.70 0.13 0.58
HSL 311.2º 0.54% 0.27% -
HSV(B) 311.2º 0.7% 0.42% -
XYZ 8.56 4.95 10.86 -
YUV 61.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 107 32 93 0 0.70 0.13 0.58 311.2 0.54 0.27
Hex 6B 20 5D 0 46 D 3A 137 36 1B
Octal 153 40 135 0 106 15 72 467 66 33
Binary 1101011 100000 1011101 0 1000110 1101 111010 100110111 110110 11011

Color Harmonies of #6B205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B205D

Black with #6B205D

Text Example


Text Example

White with #6B205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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