Html Css Color HEX #6F3460 Palatinate Purple

📋 copy color: '#6F3460'

red 111 ◦ green 52 ◦ blue 96

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

Shades of Palatinate Purple #6F3460

Tints of Palatinate Purple #6F3460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 96 (37.89% from 255) = 37.07%

R = 42.86%
G = 20.08%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F3460 (or 0x6F3460) is known color: Palatinate Purple. HEX triplet: 6F, 34 and 60. RGB value is (111,52,96). Sum of RGB (Red+Green+Blue) = 111+52+96=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3460 is #90CB9F. Grayscale: #4A4A4A. Windows color (decimal): -9489312 or 6304879. OLE color: 6304879.

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

Color convert

RGB 111 52 96 -
CMYK 0 0.53 0.14 0.56
HSL 315.25º 0.36% 0.32% -
HSV(B) 315.25º 0.53% 0.44% -
XYZ 9.89 6.68 11.83 -
YUV 74.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 111 52 96 0 0.53 0.14 0.56 315.25 0.36 0.32
Hex 6F 34 60 0 35 E 38 13B 24 20
Octal 157 64 140 0 65 16 70 473 44 40
Binary 1101111 110100 1100000 0 110101 1110 111000 100111011 100100 100000

Color Harmonies of #6F3460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3460

Black with #6F3460

Text Example


Text Example

White with #6F3460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,96); }

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

background-color css

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

 a { background-color: rgb(111,52,96); }

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

border-color css

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

 span { border-color: rgb(111,52,96); }

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