Html Css Color HEX #6F3665 Palatinate Purple

📋 copy color: '#6F3665'

red 111 ◦ green 54 ◦ blue 101

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

Shades of Palatinate Purple #6F3665

Tints of Palatinate Purple #6F3665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

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

R = 41.73%
G = 20.3%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F3665 (or 0x6F3665) is known color: Palatinate Purple. HEX triplet: 6F, 36 and 65. RGB value is (111,54,101). Sum of RGB (Red+Green+Blue) = 111+54+101=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3665 is #90C99A. Grayscale: #4C4C4C. Windows color (decimal): -9488795 or 6633071. OLE color: 6633071.

HSL color Cylindrical-coordinate representation of color #6F3665: hue angle of 310.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F3665 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 54 101 -
CMYK 0 0.51 0.09 0.56
HSL 310.53º 0.35% 0.32% -
HSV(B) 310.53º 0.51% 0.44% -
XYZ 10.22 6.96 13.12 -
YUV 76.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 111 54 101 0 0.51 0.09 0.56 310.53 0.35 0.32
Hex 6F 36 65 0 33 9 38 137 23 20
Octal 157 66 145 0 63 11 70 467 43 40
Binary 1101111 110110 1100101 0 110011 1001 111000 100110111 100011 100000

Color Harmonies of #6F3665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3665

Black with #6F3665

Text Example


Text Example

White with #6F3665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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