Html Css Color HEX #67355B Palatinate Purple

📋 copy color: '#67355B'

red 103 ◦ green 53 ◦ blue 91

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

Shades of Palatinate Purple #67355B

Tints of Palatinate Purple #67355B

RGB

 RED value IS 103 (40.63% from 255) = 41.7%

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 91 (35.94% from 255) = 36.84%

R = 41.7%
G = 21.46%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#67355B (or 0x67355B) is known color: Palatinate Purple. HEX triplet: 67, 35 and 5B. RGB value is (103,53,91). Sum of RGB (Red+Green+Blue) = 103+53+91=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #67355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67355B is #98CAA4. Grayscale: #484848. Windows color (decimal): -10013349 or 5977447. OLE color: 5977447.

HSL color Cylindrical-coordinate representation of color #67355B: hue angle of 314.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67355B is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 53 91 -
CMYK 0 0.49 0.12 0.60
HSL 314.4º 0.32% 0.31% -
HSV(B) 314.4º 0.49% 0.4% -
XYZ 8.75 6.19 10.63 -
YUV 72.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 103 53 91 0 0.49 0.12 0.60 314.4 0.32 0.31
Hex 67 35 5B 0 31 C 3C 13A 20 1F
Octal 147 65 133 0 61 14 74 472 40 37
Binary 1100111 110101 1011011 0 110001 1100 111100 100111010 100000 11111

Color Harmonies of #67355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67355B

Black with #67355B

Text Example


Text Example

White with #67355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67355B; }

 p { color: rgb(103,53,91); }

 H1.HeaderClassName
 {
   color: #67355B;
 }
 .AnyTagClassName
 {
   color: #67355B;
 }
</style>

background-color css

<style>
 a { background-color: #67355B; }

 a { background-color: rgb(103,53,91); }

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

border-color css

<style>
 span { border-color: #67355B; }

 span { border-color: rgb(103,53,91); }

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