Html Css Color HEX #6C0260 Palatinate Purple

📋 copy color: '#6C0260'

red 108 ◦ green 2 ◦ blue 96

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

Shades of Palatinate Purple #6C0260

Tints of Palatinate Purple #6C0260

RGB

 RED value IS 108 (42.58% from 255) = 52.43%

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 52.43%
G = 0.97%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6C0260 (or 0x6C0260) is known color: Palatinate Purple. HEX triplet: 6C, 02 and 60. RGB value is (108,2,96). Sum of RGB (Red+Green+Blue) = 108+2+96=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0260 is #93FD9F. Grayscale: #2C2C2C. Windows color (decimal): -9698720 or 6292076. OLE color: 6292076.

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

Color convert

RGB 108 2 96 -
CMYK 0 0.98 0.11 0.58
HSL 306.79º 0.96% 0.22% -
HSV(B) 306.79º 0.98% 0.42% -
XYZ 8.32 4.08 11.41 -
YUV 44.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 108 2 96 0 0.98 0.11 0.58 306.79 0.96 0.22
Hex 6C 2 60 0 62 B 3A 133 60 16
Octal 154 2 140 0 142 13 72 463 140 26
Binary 1101100 10 1100000 0 1100010 1011 111010 100110011 1100000 10110

Color Harmonies of #6C0260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0260

Black with #6C0260

Text Example


Text Example

White with #6C0260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,96); }

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

background-color css

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

 a { background-color: rgb(108,2,96); }

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

border-color css

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

 span { border-color: rgb(108,2,96); }

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