Html Css Color HEX #6B2060 Palatinate Purple

📋 copy color: '#6B2060'

red 107 ◦ green 32 ◦ blue 96

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

Shades of Palatinate Purple #6B2060

Tints of Palatinate Purple #6B2060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.85%

R = 45.53%
G = 13.62%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B2060 (or 0x6B2060) is known color: Palatinate Purple. HEX triplet: 6B, 20 and 60. RGB value is (107,32,96). Sum of RGB (Red+Green+Blue) = 107+32+96=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2060 is #94DF9F. Grayscale: #3D3D3D. Windows color (decimal): -9756576 or 6299755. OLE color: 6299755.

HSL color Cylindrical-coordinate representation of color #6B2060: hue angle of 308.8º 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 #6B2060 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 32 96 -
CMYK 0 0.70 0.10 0.58
HSL 308.8º 0.54% 0.27% -
HSV(B) 308.8º 0.7% 0.42% -
XYZ 8.69 5 11.57 -
YUV 61.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 107 32 96 0 0.70 0.10 0.58 308.8 0.54 0.27
Hex 6B 20 60 0 46 A 3A 135 36 1B
Octal 153 40 140 0 106 12 72 465 66 33
Binary 1101011 100000 1100000 0 1000110 1010 111010 100110101 110110 11011

Color Harmonies of #6B2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2060

Black with #6B2060

Text Example


Text Example

White with #6B2060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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