Html Css Color HEX #67375B Palatinate Purple

📋 copy color: '#67375B'

red 103 ◦ green 55 ◦ blue 91

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

Shades of Palatinate Purple #67375B

Tints of Palatinate Purple #67375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 41.37%
G = 22.09%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#67375B (or 0x67375B) is known color: Palatinate Purple. HEX triplet: 67, 37 and 5B. RGB value is (103,55,91). Sum of RGB (Red+Green+Blue) = 103+55+91=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #67375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67375B is #98C8A4. Grayscale: #494949. Windows color (decimal): -10012837 or 5977959. OLE color: 5977959.

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

Color convert

RGB 103 55 91 -
CMYK 0 0.47 0.12 0.60
HSL 315º 0.3% 0.31% -
HSV(B) 315º 0.47% 0.4% -
XYZ 8.85 6.37 10.66 -
YUV 73.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 103 55 91 0 0.47 0.12 0.60 315 0.3 0.31
Hex 67 37 5B 0 2F C 3C 13B 1E 1F
Octal 147 67 133 0 57 14 74 473 36 37
Binary 1100111 110111 1011011 0 101111 1100 111100 100111011 11110 11111

Color Harmonies of #67375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67375B

Black with #67375B

Text Example


Text Example

White with #67375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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