Html Css Color HEX #67185D Palatinate Purple

📋 copy color: '#67185D'

red 103 ◦ green 24 ◦ blue 93

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

Shades of Palatinate Purple #67185D

Tints of Palatinate Purple #67185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

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

R = 46.82%
G = 10.91%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#67185D (or 0x67185D) is known color: Palatinate Purple. HEX triplet: 67, 18 and 5D. RGB value is (103,24,93). Sum of RGB (Red+Green+Blue) = 103+24+93=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #67185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67185D is #98E7A2. Grayscale: #373737. Windows color (decimal): -10020771 or 6101095. OLE color: 6101095.

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

Color convert

RGB 103 24 93 -
CMYK 0 0.77 0.10 0.60
HSL 307.59º 0.62% 0.25% -
HSV(B) 307.59º 0.77% 0.4% -
XYZ 7.9 4.33 10.77 -
YUV 55.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 103 24 93 0 0.77 0.10 0.60 307.59 0.62 0.25
Hex 67 18 5D 0 4D A 3C 134 3E 19
Octal 147 30 135 0 115 12 74 464 76 31
Binary 1100111 11000 1011101 0 1001101 1010 111100 100110100 111110 11001

Color Harmonies of #67185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67185D

Black with #67185D

Text Example


Text Example

White with #67185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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