Html Css Color HEX #6F375C Palatinate Purple

📋 copy color: '#6F375C'

red 111 ◦ green 55 ◦ blue 92

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

Shades of Palatinate Purple #6F375C

Tints of Palatinate Purple #6F375C

RGB

 RED value IS 111 (43.75% from 255) = 43.02%

 GREEN value IS 55 (21.88% from 255) = 21.32%

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

R = 43.02%
G = 21.32%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F375C (or 0x6F375C) is known color: Palatinate Purple. HEX triplet: 6F, 37 and 5C. RGB value is (111,55,92). Sum of RGB (Red+Green+Blue) = 111+55+92=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F375C is #90C8A3. Grayscale: #4B4B4B. Windows color (decimal): -9488548 or 6043503. OLE color: 6043503.

HSL color Cylindrical-coordinate representation of color #6F375C: hue angle of 320.36º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F375C is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 92 -
CMYK 0 0.50 0.17 0.56
HSL 320.36º 0.34% 0.33% -
HSV(B) 320.36º 0.5% 0.44% -
XYZ 9.85 6.88 10.93 -
YUV 75.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 111 55 92 0 0.50 0.17 0.56 320.36 0.34 0.33
Hex 6F 37 5C 0 32 11 38 140 22 21
Octal 157 67 134 0 62 21 70 500 42 41
Binary 1101111 110111 1011100 0 110010 10001 111000 101000000 100010 100001

Color Harmonies of #6F375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F375C

Black with #6F375C

Text Example


Text Example

White with #6F375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,92); }

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

background-color css

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

 a { background-color: rgb(111,55,92); }

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

border-color css

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

 span { border-color: rgb(111,55,92); }

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