Html Css Color HEX #6F2365 Palatinate Purple

📋 copy color: '#6F2365'

red 111 ◦ green 35 ◦ blue 101

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

Shades of Palatinate Purple #6F2365

Tints of Palatinate Purple #6F2365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

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

R = 44.94%
G = 14.17%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F2365 (or 0x6F2365) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 65. RGB value is (111,35,101). Sum of RGB (Red+Green+Blue) = 111+35+101=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2365 is #90DC9A. Grayscale: #414141. Windows color (decimal): -9493659 or 6628207. OLE color: 6628207.

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

Color convert

RGB 111 35 101 -
CMYK 0 0.68 0.09 0.56
HSL 307.89º 0.52% 0.29% -
HSV(B) 307.89º 0.68% 0.44% -
XYZ 9.51 5.52 12.88 -
YUV 65.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 111 35 101 0 0.68 0.09 0.56 307.89 0.52 0.29
Hex 6F 23 65 0 44 9 38 134 34 1D
Octal 157 43 145 0 104 11 70 464 64 35
Binary 1101111 100011 1100101 0 1000100 1001 111000 100110100 110100 11101

Color Harmonies of #6F2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2365

Black with #6F2365

Text Example


Text Example

White with #6F2365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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