Html Css Color HEX #6F3362 Palatinate Purple

📋 copy color: '#6F3362'

red 111 ◦ green 51 ◦ blue 98

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

Shades of Palatinate Purple #6F3362

Tints of Palatinate Purple #6F3362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

 BLUE value IS 98 (38.67% from 255) = 37.69%

R = 42.69%
G = 19.62%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F3362 (or 0x6F3362) is known color: Palatinate Purple. HEX triplet: 6F, 33 and 62. RGB value is (111,51,98). Sum of RGB (Red+Green+Blue) = 111+51+98=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3362 is #90CC9D. Grayscale: #4A4A4A. Windows color (decimal): -9489566 or 6435695. OLE color: 6435695.

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

Color convert

RGB 111 51 98 -
CMYK 0 0.54 0.12 0.56
HSL 313º 0.37% 0.32% -
HSV(B) 313º 0.54% 0.44% -
XYZ 9.94 6.63 12.31 -
YUV 74.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 111 51 98 0 0.54 0.12 0.56 313 0.37 0.32
Hex 6F 33 62 0 36 C 38 139 25 20
Octal 157 63 142 0 66 14 70 471 45 40
Binary 1101111 110011 1100010 0 110110 1100 111000 100111001 100101 100000

Color Harmonies of #6F3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3362

Black with #6F3362

Text Example


Text Example

White with #6F3362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,98); }

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

background-color css

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

 a { background-color: rgb(111,51,98); }

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

border-color css

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

 span { border-color: rgb(111,51,98); }

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