Html Css Color HEX #67365C Palatinate Purple

📋 copy color: '#67365C'

red 103 ◦ green 54 ◦ blue 92

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

Shades of Palatinate Purple #67365C

Tints of Palatinate Purple #67365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 41.37%
G = 21.69%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#67365C (or 0x67365C) is known color: Palatinate Purple. HEX triplet: 67, 36 and 5C. RGB value is (103,54,92). Sum of RGB (Red+Green+Blue) = 103+54+92=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #67365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67365C is #98C9A3. Grayscale: #484848. Windows color (decimal): -10013092 or 6043239. OLE color: 6043239.

HSL color Cylindrical-coordinate representation of color #67365C: hue angle of 313.47º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67365C is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 54 92 -
CMYK 0 0.48 0.11 0.60
HSL 313.47º 0.31% 0.31% -
HSV(B) 313.47º 0.48% 0.4% -
XYZ 8.84 6.29 10.87 -
YUV 72.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 103 54 92 0 0.48 0.11 0.60 313.47 0.31 0.31
Hex 67 36 5C 0 30 B 3C 139 1F 1F
Octal 147 66 134 0 60 13 74 471 37 37
Binary 1100111 110110 1011100 0 110000 1011 111100 100111001 11111 11111

Color Harmonies of #67365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67365C

Black with #67365C

Text Example


Text Example

White with #67365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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