Html Css Color HEX #6F3367 Palatinate Purple

📋 copy color: '#6F3367'

red 111 ◦ green 51 ◦ blue 103

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

Shades of Palatinate Purple #6F3367

Tints of Palatinate Purple #6F3367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.87%

R = 41.89%
G = 19.25%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#6F3367 (or 0x6F3367) is known color: Palatinate Purple. HEX triplet: 6F, 33 and 67. RGB value is (111,51,103). Sum of RGB (Red+Green+Blue) = 111+51+103=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3367 is #90CC98. Grayscale: #4A4A4A. Windows color (decimal): -9489561 or 6763375. OLE color: 6763375.

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

Color convert

RGB 111 51 103 -
CMYK 0 0.54 0.07 0.56
HSL 308º 0.37% 0.32% -
HSV(B) 308º 0.54% 0.44% -
XYZ 10.19 6.73 13.59 -
YUV 74.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 111 51 103 0 0.54 0.07 0.56 308 0.37 0.32
Hex 6F 33 67 0 36 7 38 134 25 20
Octal 157 63 147 0 66 7 70 464 45 40
Binary 1101111 110011 1100111 0 110110 111 111000 100110100 100101 100000

Color Harmonies of #6F3367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3367

Black with #6F3367

Text Example


Text Example

White with #6F3367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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