Html Css Color HEX #6B165C Palatinate Purple

📋 copy color: '#6B165C'

red 107 ◦ green 22 ◦ blue 92

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

Shades of Palatinate Purple #6B165C

Tints of Palatinate Purple #6B165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.63%

R = 48.42%
G = 9.95%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B165C (or 0x6B165C) is known color: Palatinate Purple. HEX triplet: 6B, 16 and 5C. RGB value is (107,22,92). Sum of RGB (Red+Green+Blue) = 107+22+92=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B165C is #94E9A3. Grayscale: #373737. Windows color (decimal): -9759140 or 6035051. OLE color: 6035051.

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

Color convert

RGB 107 22 92 -
CMYK 0 0.79 0.14 0.58
HSL 310.59º 0.66% 0.25% -
HSV(B) 310.59º 0.79% 0.42% -
XYZ 8.28 4.47 10.55 -
YUV 55.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 107 22 92 0 0.79 0.14 0.58 310.59 0.66 0.25
Hex 6B 16 5C 0 4F E 3A 137 42 19
Octal 153 26 134 0 117 16 72 467 102 31
Binary 1101011 10110 1011100 0 1001111 1110 111010 100110111 1000010 11001

Color Harmonies of #6B165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B165C

Black with #6B165C

Text Example


Text Example

White with #6B165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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