Html Css Color HEX #6F3265 Palatinate Purple

📋 copy color: '#6F3265'

red 111 ◦ green 50 ◦ blue 101

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

Shades of Palatinate Purple #6F3265

Tints of Palatinate Purple #6F3265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

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

R = 42.37%
G = 19.08%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F3265 (or 0x6F3265) is known color: Palatinate Purple. HEX triplet: 6F, 32 and 65. RGB value is (111,50,101). Sum of RGB (Red+Green+Blue) = 111+50+101=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3265 is #90CD9A. Grayscale: #494949. Windows color (decimal): -9489819 or 6632047. OLE color: 6632047.

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

Color convert

RGB 111 50 101 -
CMYK 0 0.55 0.09 0.56
HSL 309.84º 0.38% 0.32% -
HSV(B) 309.84º 0.55% 0.44% -
XYZ 10.05 6.6 13.06 -
YUV 74.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 111 50 101 0 0.55 0.09 0.56 309.84 0.38 0.32
Hex 6F 32 65 0 37 9 38 136 26 20
Octal 157 62 145 0 67 11 70 466 46 40
Binary 1101111 110010 1100101 0 110111 1001 111000 100110110 100110 100000

Color Harmonies of #6F3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3265

Black with #6F3265

Text Example


Text Example

White with #6F3265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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