Html Css Color HEX #6C3467 Palatinate Purple

📋 copy color: '#6C3467'

red 108 ◦ green 52 ◦ blue 103

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

Shades of Palatinate Purple #6C3467

Tints of Palatinate Purple #6C3467

RGB

 RED value IS 108 (42.58% from 255) = 41.06%

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

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

R = 41.06%
G = 19.77%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#6C3467 (or 0x6C3467) is known color: Palatinate Purple. HEX triplet: 6C, 34 and 67. RGB value is (108,52,103). Sum of RGB (Red+Green+Blue) = 108+52+103=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3467 is #93CB98. Grayscale: #4A4A4A. Windows color (decimal): -9685913 or 6763628. OLE color: 6763628.

HSL color Cylindrical-coordinate representation of color #6C3467: hue angle of 305.36º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C3467 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 52 103 -
CMYK 0 0.52 0.05 0.58
HSL 305.36º 0.35% 0.31% -
HSV(B) 305.36º 0.52% 0.42% -
XYZ 9.86 6.62 13.59 -
YUV 74.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 108 52 103 0 0.52 0.05 0.58 305.36 0.35 0.31
Hex 6C 34 67 0 34 5 3A 131 23 1F
Octal 154 64 147 0 64 5 72 461 43 37
Binary 1101100 110100 1100111 0 110100 101 111010 100110001 100011 11111

Color Harmonies of #6C3467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3467

Black with #6C3467

Text Example


Text Example

White with #6C3467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,52,103); }

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

background-color css

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

 a { background-color: rgb(108,52,103); }

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

border-color css

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

 span { border-color: rgb(108,52,103); }

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