Html Css Color HEX #67385D Palatinate Purple

📋 copy color: '#67385D'

red 103 ◦ green 56 ◦ blue 93

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

Shades of Palatinate Purple #67385D

Tints of Palatinate Purple #67385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.22%

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 40.87%
G = 22.22%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#67385D (or 0x67385D) is known color: Palatinate Purple. HEX triplet: 67, 38 and 5D. RGB value is (103,56,93). Sum of RGB (Red+Green+Blue) = 103+56+93=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 103 - color contains mainly: red. Hex color #67385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67385D is #98C7A2. Grayscale: #4A4A4A. Windows color (decimal): -10012579 or 6109287. OLE color: 6109287.

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

Color convert

RGB 103 56 93 -
CMYK 0 0.46 0.10 0.60
HSL 312.77º 0.3% 0.31% -
HSV(B) 312.77º 0.46% 0.4% -
XYZ 8.98 6.5 11.14 -
YUV 74.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 103 56 93 0 0.46 0.10 0.60 312.77 0.3 0.31
Hex 67 38 5D 0 2E A 3C 139 1E 1F
Octal 147 70 135 0 56 12 74 471 36 37
Binary 1100111 111000 1011101 0 101110 1010 111100 100111001 11110 11111

Color Harmonies of #67385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67385D

Black with #67385D

Text Example


Text Example

White with #67385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67385D; }

 p { color: rgb(103,56,93); }

 H1.HeaderClassName
 {
   color: #67385D;
 }
 .AnyTagClassName
 {
   color: #67385D;
 }
</style>

background-color css

<style>
 a { background-color: #67385D; }

 a { background-color: rgb(103,56,93); }

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

border-color css

<style>
 span { border-color: #67385D; }

 span { border-color: rgb(103,56,93); }

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