Html Css Color HEX #67365B Palatinate Purple

📋 copy color: '#67365B'

red 103 ◦ green 54 ◦ blue 91

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

Shades of Palatinate Purple #67365B

Tints of Palatinate Purple #67365B

RGB

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

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

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

R = 41.53%
G = 21.77%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#67365B (or 0x67365B) is known color: Palatinate Purple. HEX triplet: 67, 36 and 5B. RGB value is (103,54,91). Sum of RGB (Red+Green+Blue) = 103+54+91=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #67365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67365B is #98C9A4. Grayscale: #484848. Windows color (decimal): -10013093 or 5977703. OLE color: 5977703.

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

Color convert

RGB 103 54 91 -
CMYK 0 0.48 0.12 0.60
HSL 314.69º 0.31% 0.31% -
HSV(B) 314.69º 0.48% 0.4% -
XYZ 8.8 6.28 10.65 -
YUV 72.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 103 54 91 0 0.48 0.12 0.60 314.69 0.31 0.31
Hex 67 36 5B 0 30 C 3C 13B 1F 1F
Octal 147 66 133 0 60 14 74 473 37 37
Binary 1100111 110110 1011011 0 110000 1100 111100 100111011 11111 11111

Color Harmonies of #67365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67365B

Black with #67365B

Text Example


Text Example

White with #67365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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