Html Css Color HEX #6F345A Palatinate Purple

📋 copy color: '#6F345A'

red 111 ◦ green 52 ◦ blue 90

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

Shades of Palatinate Purple #6F345A

Tints of Palatinate Purple #6F345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.57%

R = 43.87%
G = 20.55%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F345A (or 0x6F345A) is known color: Palatinate Purple. HEX triplet: 6F, 34 and 5A. RGB value is (111,52,90). Sum of RGB (Red+Green+Blue) = 111+52+90=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F345A is #90CBA5. Grayscale: #494949. Windows color (decimal): -9489318 or 5911663. OLE color: 5911663.

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

Color convert

RGB 111 52 90 -
CMYK 0 0.53 0.19 0.56
HSL 321.36º 0.36% 0.32% -
HSV(B) 321.36º 0.53% 0.44% -
XYZ 9.63 6.57 10.43 -
YUV 73.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 111 52 90 0 0.53 0.19 0.56 321.36 0.36 0.32
Hex 6F 34 5A 0 35 13 38 141 24 20
Octal 157 64 132 0 65 23 70 501 44 40
Binary 1101111 110100 1011010 0 110101 10011 111000 101000001 100100 100000

Color Harmonies of #6F345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F345A

Black with #6F345A

Text Example


Text Example

White with #6F345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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