Html Css Color HEX #6B1461 Palatinate Purple

📋 copy color: '#6B1461'

red 107 ◦ green 20 ◦ blue 97

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

Shades of Palatinate Purple #6B1461

Tints of Palatinate Purple #6B1461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

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

R = 47.77%
G = 8.93%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6B1461 (or 0x6B1461) is known color: Palatinate Purple. HEX triplet: 6B, 14 and 61. RGB value is (107,20,97). Sum of RGB (Red+Green+Blue) = 107+20+97=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1461 is #94EB9E. Grayscale: #363636. Windows color (decimal): -9759647 or 6362219. OLE color: 6362219.

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

Color convert

RGB 107 20 97 -
CMYK 0 0.81 0.09 0.58
HSL 306.9º 0.69% 0.25% -
HSV(B) 306.9º 0.81% 0.42% -
XYZ 8.47 4.49 11.73 -
YUV 54.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 107 20 97 0 0.81 0.09 0.58 306.9 0.69 0.25
Hex 6B 14 61 0 51 9 3A 133 45 19
Octal 153 24 141 0 121 11 72 463 105 31
Binary 1101011 10100 1100001 0 1010001 1001 111010 100110011 1000101 11001

Color Harmonies of #6B1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1461

Black with #6B1461

Text Example


Text Example

White with #6B1461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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