Html Css Color HEX #6B0861 Palatinate Purple

📋 copy color: '#6B0861'

red 107 ◦ green 8 ◦ blue 97

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

Shades of Palatinate Purple #6B0861

Tints of Palatinate Purple #6B0861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

 BLUE value IS 97 (38.28% from 255) = 45.75%

R = 50.47%
G = 3.77%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B0861 (or 0x6B0861) is known color: Palatinate Purple. HEX triplet: 6B, 08 and 61. RGB value is (107,8,97). Sum of RGB (Red+Green+Blue) = 107+8+97=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0861 is #94F79E. Grayscale: #2F2F2F. Windows color (decimal): -9762719 or 6359147. OLE color: 6359147.

HSL color Cylindrical-coordinate representation of color #6B0861: hue angle of 306.06º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0861 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 8 97 -
CMYK 0 0.93 0.09 0.58
HSL 306.06º 0.86% 0.23% -
HSV(B) 306.06º 0.93% 0.42% -
XYZ 8.31 4.16 11.67 -
YUV 47.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 107 8 97 0 0.93 0.09 0.58 306.06 0.86 0.23
Hex 6B 8 61 0 5D 9 3A 132 56 17
Octal 153 10 141 0 135 11 72 462 126 27
Binary 1101011 1000 1100001 0 1011101 1001 111010 100110010 1010110 10111

Color Harmonies of #6B0861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0861

Black with #6B0861

Text Example


Text Example

White with #6B0861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,8,97); }

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

background-color css

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

 a { background-color: rgb(107,8,97); }

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

border-color css

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

 span { border-color: rgb(107,8,97); }

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