Html Css Color HEX #67365A Palatinate Purple

📋 copy color: '#67365A'

red 103 ◦ green 54 ◦ blue 90

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

Shades of Palatinate Purple #67365A

Tints of Palatinate Purple #67365A

RGB

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

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

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

R = 41.7%
G = 21.86%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#67365A (or 0x67365A) is known color: Palatinate Purple. HEX triplet: 67, 36 and 5A. RGB value is (103,54,90). Sum of RGB (Red+Green+Blue) = 103+54+90=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #67365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67365A is #98C9A5. Grayscale: #484848. Windows color (decimal): -10013094 or 5912167. OLE color: 5912167.

HSL color Cylindrical-coordinate representation of color #67365A: hue angle of 315.92º 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 #67365A is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 54 90 -
CMYK 0 0.48 0.13 0.60
HSL 315.92º 0.31% 0.31% -
HSV(B) 315.92º 0.48% 0.4% -
XYZ 8.76 6.26 10.42 -
YUV 72.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 103 54 90 0 0.48 0.13 0.60 315.92 0.31 0.31
Hex 67 36 5A 0 30 D 3C 13C 1F 1F
Octal 147 66 132 0 60 15 74 474 37 37
Binary 1100111 110110 1011010 0 110000 1101 111100 100111100 11111 11111

Color Harmonies of #67365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67365A

Black with #67365A

Text Example


Text Example

White with #67365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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