Html Css Color HEX #6F255E Palatinate Purple

📋 copy color: '#6F255E'

red 111 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #6F255E

Tints of Palatinate Purple #6F255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 45.87%
G = 15.29%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F255E (or 0x6F255E) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 5E. RGB value is (111,37,94). Sum of RGB (Red+Green+Blue) = 111+37+94=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F255E is #90DAA1. Grayscale: #414141. Windows color (decimal): -9493154 or 6169967. OLE color: 6169967.

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

Color convert

RGB 111 37 94 -
CMYK 0 0.67 0.15 0.56
HSL 313.78º 0.5% 0.29% -
HSV(B) 313.78º 0.67% 0.44% -
XYZ 9.24 5.51 11.17 -
YUV 65.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 111 37 94 0 0.67 0.15 0.56 313.78 0.5 0.29
Hex 6F 25 5E 0 43 F 38 13A 32 1D
Octal 157 45 136 0 103 17 70 472 62 35
Binary 1101111 100101 1011110 0 1000011 1111 111000 100111010 110010 11101

Color Harmonies of #6F255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F255E

Black with #6F255E

Text Example


Text Example

White with #6F255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,94); }

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

background-color css

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

 a { background-color: rgb(111,37,94); }

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

border-color css

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

 span { border-color: rgb(111,37,94); }

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