Html Css Color HEX #6B2068 Palatinate Purple

📋 copy color: '#6B2068'

red 107 ◦ green 32 ◦ blue 104

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

Shades of Palatinate Purple #6B2068

Tints of Palatinate Purple #6B2068

RGB

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

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

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

R = 44.03%
G = 13.17%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#6B2068 (or 0x6B2068) is known color: Palatinate Purple. HEX triplet: 6B, 20 and 68. RGB value is (107,32,104). Sum of RGB (Red+Green+Blue) = 107+32+104=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2068 is #94DF97. Grayscale: #3E3E3E. Windows color (decimal): -9756568 or 6824043. OLE color: 6824043.

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

Color convert

RGB 107 32 104 -
CMYK 0 0.70 0.03 0.58
HSL 302.4º 0.54% 0.27% -
HSV(B) 302.4º 0.7% 0.42% -
XYZ 9.08 5.16 13.61 -
YUV 62.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 107 32 104 0 0.70 0.03 0.58 302.4 0.54 0.27
Hex 6B 20 68 0 46 3 3A 12E 36 1B
Octal 153 40 150 0 106 3 72 456 66 33
Binary 1101011 100000 1101000 0 1000110 11 111010 100101110 110110 11011

Color Harmonies of #6B2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2068

Black with #6B2068

Text Example


Text Example

White with #6B2068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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