Html Css Color HEX #6F2363 Palatinate Purple

📋 copy color: '#6F2363'

red 111 ◦ green 35 ◦ blue 99

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

Shades of Palatinate Purple #6F2363

Tints of Palatinate Purple #6F2363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.41%

R = 45.31%
G = 14.29%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F2363 (or 0x6F2363) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 63. RGB value is (111,35,99). Sum of RGB (Red+Green+Blue) = 111+35+99=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2363 is #90DC9C. Grayscale: #404040. Windows color (decimal): -9493661 or 6497135. OLE color: 6497135.

HSL color Cylindrical-coordinate representation of color #6F2363: hue angle of 309.47º 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 #6F2363 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 35 99 -
CMYK 0 0.68 0.11 0.56
HSL 309.47º 0.52% 0.29% -
HSV(B) 309.47º 0.68% 0.44% -
XYZ 9.41 5.48 12.37 -
YUV 65.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 111 35 99 0 0.68 0.11 0.56 309.47 0.52 0.29
Hex 6F 23 63 0 44 B 38 135 34 1D
Octal 157 43 143 0 104 13 70 465 64 35
Binary 1101111 100011 1100011 0 1000100 1011 111000 100110101 110100 11101

Color Harmonies of #6F2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2363

Black with #6F2363

Text Example


Text Example

White with #6F2363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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