Html Css Color HEX #6B165A Palatinate Purple

📋 copy color: '#6B165A'

red 107 ◦ green 22 ◦ blue 90

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

Shades of Palatinate Purple #6B165A

Tints of Palatinate Purple #6B165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.05%

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 48.86%
G = 10.05%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B165A (or 0x6B165A) is known color: Palatinate Purple. HEX triplet: 6B, 16 and 5A. RGB value is (107,22,90). Sum of RGB (Red+Green+Blue) = 107+22+90=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B165A is #94E9A5. Grayscale: #363636. Windows color (decimal): -9759142 or 5903979. OLE color: 5903979.

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

Color convert

RGB 107 22 90 -
CMYK 0 0.79 0.16 0.58
HSL 312º 0.66% 0.25% -
HSV(B) 312º 0.79% 0.42% -
XYZ 8.2 4.44 10.1 -
YUV 55.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 107 22 90 0 0.79 0.16 0.58 312 0.66 0.25
Hex 6B 16 5A 0 4F 10 3A 138 42 19
Octal 153 26 132 0 117 20 72 470 102 31
Binary 1101011 10110 1011010 0 1001111 10000 111010 100111000 1000010 11001

Color Harmonies of #6B165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B165A

Black with #6B165A

Text Example


Text Example

White with #6B165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,22,90); }

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

background-color css

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

 a { background-color: rgb(107,22,90); }

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

border-color css

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

 span { border-color: rgb(107,22,90); }

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