Html Css Color HEX #6B1568 Palatinate Purple

📋 copy color: '#6B1568'

red 107 ◦ green 21 ◦ blue 104

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

Shades of Palatinate Purple #6B1568

Tints of Palatinate Purple #6B1568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 104 (41.02% from 255) = 44.83%

R = 46.12%
G = 9.05%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B1568 (or 0x6B1568) is known color: Palatinate Purple. HEX triplet: 6B, 15 and 68. RGB value is (107,21,104). Sum of RGB (Red+Green+Blue) = 107+21+104=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1568 is #94EA97. Grayscale: #373737. Windows color (decimal): -9759384 or 6821227. OLE color: 6821227.

HSL color Cylindrical-coordinate representation of color #6B1568: hue angle of 302.09º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1568 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 21 104 -
CMYK 0 0.80 0.03 0.58
HSL 302.09º 0.67% 0.25% -
HSV(B) 302.09º 0.8% 0.42% -
XYZ 8.83 4.66 13.53 -
YUV 56.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 107 21 104 0 0.80 0.03 0.58 302.09 0.67 0.25
Hex 6B 15 68 0 50 3 3A 12E 43 19
Octal 153 25 150 0 120 3 72 456 103 31
Binary 1101011 10101 1101000 0 1010000 11 111010 100101110 1000011 11001

Color Harmonies of #6B1568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1568

Black with #6B1568

Text Example


Text Example

White with #6B1568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,104); }

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

background-color css

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

 a { background-color: rgb(107,21,104); }

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

border-color css

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

 span { border-color: rgb(107,21,104); }

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