Html Css Color HEX #6F3765 Palatinate Purple

📋 copy color: '#6F3765'

red 111 ◦ green 55 ◦ blue 101

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

Shades of Palatinate Purple #6F3765

Tints of Palatinate Purple #6F3765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 41.57%
G = 20.6%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F3765 (or 0x6F3765) is known color: Palatinate Purple. HEX triplet: 6F, 37 and 65. RGB value is (111,55,101). Sum of RGB (Red+Green+Blue) = 111+55+101=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3765 is #90C89A. Grayscale: #4C4C4C. Windows color (decimal): -9488539 or 6633327. OLE color: 6633327.

HSL color Cylindrical-coordinate representation of color #6F3765: hue angle of 310.71º 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 #6F3765 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 101 -
CMYK 0 0.50 0.09 0.56
HSL 310.71º 0.34% 0.33% -
HSV(B) 310.71º 0.5% 0.44% -
XYZ 10.27 7.05 13.13 -
YUV 76.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 111 55 101 0 0.50 0.09 0.56 310.71 0.34 0.33
Hex 6F 37 65 0 32 9 38 137 22 21
Octal 157 67 145 0 62 11 70 467 42 41
Binary 1101111 110111 1100101 0 110010 1001 111000 100110111 100010 100001

Color Harmonies of #6F3765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3765

Black with #6F3765

Text Example


Text Example

White with #6F3765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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