Html Css Color HEX #67136A Palatinate Purple

📋 copy color: '#67136A'

red 103 ◦ green 19 ◦ blue 106

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

Shades of Palatinate Purple #67136A

Tints of Palatinate Purple #67136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

 BLUE value IS 106 (41.8% from 255) = 46.49%

R = 45.18%
G = 8.33%
B = 46.49%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67136A (or 0x67136A) is known color: Palatinate Purple. HEX triplet: 67, 13 and 6A. RGB value is (103,19,106). Sum of RGB (Red+Green+Blue) = 103+19+106=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #67136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67136A is #98EC95. Grayscale: #353535. Windows color (decimal): -10022038 or 6951783. OLE color: 6951783.

HSL color Cylindrical-coordinate representation of color #67136A: hue angle of 297.93º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #67136A is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 19 106 -
CMYK 0.03 0.82 0 0.58
HSL 297.93º 0.7% 0.25% -
HSV(B) 297.93º 0.82% 0.42% -
XYZ 8.43 4.39 14.04 -
YUV 54.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 103 19 106 0.03 0.82 0 0.58 297.93 0.7 0.25
Hex 67 13 6A 3 52 0 3A 12A 46 19
Octal 147 23 152 3 122 0 72 452 106 31
Binary 1100111 10011 1101010 11 1010010 0 111010 100101010 1000110 11001

Color Harmonies of #67136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67136A

Black with #67136A

Text Example


Text Example

White with #67136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,19,106); }

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

background-color css

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

 a { background-color: rgb(103,19,106); }

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

border-color css

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

 span { border-color: rgb(103,19,106); }

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