Html Css Color HEX #67355C Palatinate Purple

📋 copy color: '#67355C'

red 103 ◦ green 53 ◦ blue 92

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

Shades of Palatinate Purple #67355C

Tints of Palatinate Purple #67355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 41.53%
G = 21.37%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#67355C (or 0x67355C) is known color: Palatinate Purple. HEX triplet: 67, 35 and 5C. RGB value is (103,53,92). Sum of RGB (Red+Green+Blue) = 103+53+92=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #67355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67355C is #98CAA3. Grayscale: #484848. Windows color (decimal): -10013348 or 6042983. OLE color: 6042983.

HSL color Cylindrical-coordinate representation of color #67355C: hue angle of 313.2º 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 #67355C is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 53 92 -
CMYK 0 0.49 0.11 0.60
HSL 313.2º 0.32% 0.31% -
HSV(B) 313.2º 0.49% 0.4% -
XYZ 8.8 6.2 10.86 -
YUV 72.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 103 53 92 0 0.49 0.11 0.60 313.2 0.32 0.31
Hex 67 35 5C 0 31 B 3C 139 20 1F
Octal 147 65 134 0 61 13 74 471 40 37
Binary 1100111 110101 1011100 0 110001 1011 111100 100111001 100000 11111

Color Harmonies of #67355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67355C

Black with #67355C

Text Example


Text Example

White with #67355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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