Html Css Color HEX #6B0560 Palatinate Purple

📋 copy color: '#6B0560'

red 107 ◦ green 5 ◦ blue 96

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

Shades of Palatinate Purple #6B0560

Tints of Palatinate Purple #6B0560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

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

R = 51.44%
G = 2.4%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B0560 (or 0x6B0560) is known color: Palatinate Purple. HEX triplet: 6B, 05 and 60. RGB value is (107,5,96). Sum of RGB (Red+Green+Blue) = 107+5+96=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0560 is #94FA9F. Grayscale: #2D2D2D. Windows color (decimal): -9763488 or 6292843. OLE color: 6292843.

HSL color Cylindrical-coordinate representation of color #6B0560: hue angle of 306.47º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0560 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 5 96 -
CMYK 0 0.95 0.10 0.58
HSL 306.47º 0.91% 0.22% -
HSV(B) 306.47º 0.95% 0.42% -
XYZ 8.23 4.08 11.42 -
YUV 45.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 107 5 96 0 0.95 0.10 0.58 306.47 0.91 0.22
Hex 6B 5 60 0 5F A 3A 132 5B 16
Octal 153 5 140 0 137 12 72 462 133 26
Binary 1101011 101 1100000 0 1011111 1010 111010 100110010 1011011 10110

Color Harmonies of #6B0560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0560

Black with #6B0560

Text Example


Text Example

White with #6B0560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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