Html Css Color HEX #6F2165 Palatinate Purple

📋 copy color: '#6F2165'

red 111 ◦ green 33 ◦ blue 101

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

Shades of Palatinate Purple #6F2165

Tints of Palatinate Purple #6F2165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

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

R = 45.31%
G = 13.47%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F2165 (or 0x6F2165) is known color: Palatinate Purple. HEX triplet: 6F, 21 and 65. RGB value is (111,33,101). Sum of RGB (Red+Green+Blue) = 111+33+101=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2165 is #90DE9A. Grayscale: #3F3F3F. Windows color (decimal): -9494171 or 6627695. OLE color: 6627695.

HSL color Cylindrical-coordinate representation of color #6F2165: hue angle of 307.69º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2165 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 33 101 -
CMYK 0 0.70 0.09 0.56
HSL 307.69º 0.54% 0.28% -
HSV(B) 307.69º 0.7% 0.44% -
XYZ 9.45 5.41 12.86 -
YUV 64.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 111 33 101 0 0.70 0.09 0.56 307.69 0.54 0.28
Hex 6F 21 65 0 46 9 38 134 36 1C
Octal 157 41 145 0 106 11 70 464 66 34
Binary 1101111 100001 1100101 0 1000110 1001 111000 100110100 110110 11100

Color Harmonies of #6F2165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2165

Black with #6F2165

Text Example


Text Example

White with #6F2165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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