Html Css Color HEX #6B185C Palatinate Purple

📋 copy color: '#6B185C'

red 107 ◦ green 24 ◦ blue 92

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

Shades of Palatinate Purple #6B185C

Tints of Palatinate Purple #6B185C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.76%

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

R = 47.98%
G = 10.76%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B185C (or 0x6B185C) is known color: Palatinate Purple. HEX triplet: 6B, 18 and 5C. RGB value is (107,24,92). Sum of RGB (Red+Green+Blue) = 107+24+92=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B185C is #94E7A3. Grayscale: #383838. Windows color (decimal): -9758628 or 6035563. OLE color: 6035563.

HSL color Cylindrical-coordinate representation of color #6B185C: hue angle of 310.84º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B185C is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 24 92 -
CMYK 0 0.78 0.14 0.58
HSL 310.84º 0.63% 0.26% -
HSV(B) 310.84º 0.78% 0.42% -
XYZ 8.32 4.55 10.57 -
YUV 56.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 107 24 92 0 0.78 0.14 0.58 310.84 0.63 0.26
Hex 6B 18 5C 0 4E E 3A 137 3F 1A
Octal 153 30 134 0 116 16 72 467 77 32
Binary 1101011 11000 1011100 0 1001110 1110 111010 100110111 111111 11010

Color Harmonies of #6B185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B185C

Black with #6B185C

Text Example


Text Example

White with #6B185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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