Html Css Color HEX #6F2065 Palatinate Purple

📋 copy color: '#6F2065'

red 111 ◦ green 32 ◦ blue 101

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

Shades of Palatinate Purple #6F2065

Tints of Palatinate Purple #6F2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

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

R = 45.49%
G = 13.11%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F2065 (or 0x6F2065) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 65. RGB value is (111,32,101). Sum of RGB (Red+Green+Blue) = 111+32+101=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2065 is #90DF9A. Grayscale: #3F3F3F. Windows color (decimal): -9494427 or 6627439. OLE color: 6627439.

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

Color convert

RGB 111 32 101 -
CMYK 0 0.71 0.09 0.56
HSL 307.59º 0.55% 0.28% -
HSV(B) 307.59º 0.71% 0.44% -
XYZ 9.42 5.35 12.85 -
YUV 63.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 111 32 101 0 0.71 0.09 0.56 307.59 0.55 0.28
Hex 6F 20 65 0 47 9 38 134 37 1C
Octal 157 40 145 0 107 11 70 464 67 34
Binary 1101111 100000 1100101 0 1000111 1001 111000 100110100 110111 11100

Color Harmonies of #6F2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2065

Black with #6F2065

Text Example


Text Example

White with #6F2065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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